mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
7 lines
No EOL
511 B
CSS
7 lines
No EOL
511 B
CSS
/* 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. */
|
|
|
|
/* 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 } |