This commit is contained in:
MrOtherGuy
2024-04-20 19:38:14 +03:00
+1 -1
View File
@@ -77,7 +77,7 @@ See the above repository for updates as well as full license text. */
/* Fullscreen mode support */ /* Fullscreen mode support */
#customization-container, #customization-container,
:root:not([inFullscreen]) #content-deck, :root:not([inFullscreen]) #content-deck,
:root:not([inFullscreen]) #browser{ :root:not([chromehidden~="toolbar"]):not([inFullscreen]) #browser {
margin-top: calc(var(--multirow-toolbar-height) + var(--multirow-top-padding) + var(--multirow-menubar-height,0px)); margin-top: calc(var(--multirow-toolbar-height) + var(--multirow-top-padding) + var(--multirow-menubar-height,0px));
} }
:root[inFullscreen] #toolbar-menubar, :root[inFullscreen] #toolbar-menubar,