Don't make head visible in fullscreen mode
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user