Use similar code for window drag space in all stylesheets part2
This commit is contained in:
@@ -32,7 +32,8 @@ have menubar permanently enabled and want it on top
|
||||
-moz-appearance: none !important;
|
||||
}
|
||||
|
||||
:root[tabsintitlebar="true"] #nav-bar{
|
||||
/* Space to drag the window on both sides of navbar */
|
||||
:root[tabsintitlebar="true"]:not([inFullscreen]) #nav-bar{
|
||||
padding-right: calc(var(--uc-window-control-width) + var(--window-drag-space-width,0px));
|
||||
padding-left: var(--window-drag-space-width,0px)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user