mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
4 lines
No EOL
271 B
CSS
4 lines
No EOL
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 } |