separate window-control-drag-space-width to -pre and -post
This way we can handle maximized windows not having the other drag space like Firefox does normally. This patch additionally adds window control width values for Win7 Win8 and linux
This commit is contained in:
@@ -39,5 +39,5 @@ Window controls will be all wrong without it
|
||||
#toolbar-menubar[inactive] > #menubar-items {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
margin-left: var(--uc-window-drag-space-width,0px)
|
||||
margin-left: var(--uc-window-drag-space-pre,0px)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user