Make navbar draggable from left side
This commit is contained in:
parent
c9d94dc022
commit
209576e6f3
1 changed files with 1 additions and 1 deletions
|
@ -31,4 +31,4 @@ Window controls will be all wrong without it
|
||||||
}
|
}
|
||||||
|
|
||||||
#toolbar-menubar:not([inactive]){ z-index: 2 }
|
#toolbar-menubar:not([inactive]){ z-index: 2 }
|
||||||
#toolbar-menubar[inactive] > #menubar-items { opacity: 0 }
|
#toolbar-menubar[inactive] > #menubar-items { opacity: 0; margin-left: var(--uc-window-drag-space-width,0px) }
|
Loading…
Reference in a new issue