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 */
|
||||
/* Enable menubar for correct behavior */
|
||||
@-moz-document url(chrome://browser/content/browser.xhtml){
|
||||
head{
|
||||
:root:not([sizemode="fullscreen"]) > head{
|
||||
display: block;
|
||||
position: fixed;
|
||||
right: 140px; /* Space for window controls */
|
||||
|
|
Loading…
Reference in a new issue