Use similar code for window drag space in all stylesheets part1

This commit is contained in:
MrOtherGuy
2019-02-07 12:43:36 +02:00
parent e6da6b0dc2
commit eabff2de11
6 changed files with 50 additions and 17 deletions

View File

@@ -4,11 +4,13 @@ Use Fx65_tabs_on_bottom_menubar_on_top_patch if you
have menubar permanently enabled and want it on top
*/
:root{ --uc-titlebar-padding: 0px; --uc-window-control-width: 138px }
:root{
--uc-titlebar-padding: 0px;
--uc-window-control-width: 138px
}
:root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }
:root[tabsintitlebar="true"] #nav-bar{ --window-drag-space-width: 24px; }
.titlebar-buttonbox-container{
position: fixed;
top: var(--uc-titlebar-padding,0px);