You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
firefox-csshacks/chrome/hide_statuspanel_when_fulls...

4 lines
271 B
CSS

/* Always hide status-panel when the page is in fullscreen mode such as fullscreen video player */
/* No effect on Firefox fullscreen mode (activated with F11 key) - except when the page is in fullscreen */
:root[inDOMFullscreen] #statuspanel{ display: none !important }