mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Don't make head visible in fullscreen mode
This commit is contained in:
parent
57d7c0c6cb
commit
39197caad9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* Shows window title in menubar */
|
/* Shows window title in menubar */
|
||||||
/* Enable menubar for correct behavior */
|
/* Enable menubar for correct behavior */
|
||||||
@-moz-document url(chrome://browser/content/browser.xhtml){
|
@-moz-document url(chrome://browser/content/browser.xhtml){
|
||||||
head{
|
:root:not([sizemode="fullscreen"]) > head{
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 140px; /* Space for window controls */
|
right: 140px; /* Space for window controls */
|
||||||
|
|
Loading…
Reference in a new issue