Don't remove window control placeholder space in fullscreen mode

This commit is contained in:
MrOtherGuy 2022-03-23 10:16:10 +02:00
parent 1d415561a2
commit 4e66bf4d64

View file

@ -16,7 +16,7 @@ See the above repository for updates as well as full license text. */
}
/* Since menubar is statically at top, remove fake drag-space that might be set by window_control_placeholder_support.css */
#nav-bar{ border-inline-width: 0 }
:root:not([sizemode="fullscreen"]) #nav-bar{ border-inline-width: 0 }
#navigator-toolbox{ padding-top: calc(var(--uc-menubar-height) + var(--uc-titlebar-padding,0px)) !important }
:root[sizemode="fullscreen"] #navigator-toolbox{ padding-top: 0px !important; }