Access Stream button style.css

.navbar .navbar-menu>li.stream-btn,
.navbar .navbar-menu>li.stream-btn.hidden-xs
{ display: block !important; }

Translation: The code snippet above is written in CSS and it is related to customizing the appearance of a button that provides access to the Stream feature. The button is located in the navigation bar. The CSS code ensures that the button is displayed as a block element, overriding any other styling rules that may be applied. The button is visible both on desktop and mobile devices.