new file
This commit is contained in:
parent
729712fec9
commit
9bd9dcc138
1 changed files with 4 additions and 0 deletions
4
chrome/hide_statuspanel_when_fullscreen.css
Normal file
4
chrome/hide_statuspanel_when_fullscreen.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
/* 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 }
|
Loading…
Reference in a new issue