Don't make head visible in fullscreen mode

This commit is contained in:
MrOtherGuy 2020-02-02 12:53:13 +02:00
parent 57d7c0c6cb
commit 39197caad9

View file

@ -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 */