mobile-config-firefox/chrome/hide_statuspanel_when_fullscreen.css

7 lines
511 B
CSS
Raw Normal View History

2020-05-22 07:13:58 +02:00
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/hide_statuspanel_when_fullscreen.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
2019-02-24 10:52:20 +01:00
/* 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 }