Don't remove window control placeholder space in fullscreen mode
This commit is contained in:
@@ -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 */
|
/* 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 }
|
#navigator-toolbox{ padding-top: calc(var(--uc-menubar-height) + var(--uc-titlebar-padding,0px)) !important }
|
||||||
:root[sizemode="fullscreen"] #navigator-toolbox{ padding-top: 0px !important; }
|
:root[sizemode="fullscreen"] #navigator-toolbox{ padding-top: 0px !important; }
|
||||||
|
|||||||
Reference in New Issue
Block a user