Make navbar draggable from left side

This commit is contained in:
MrOtherGuy 2019-03-21 17:30:07 +02:00
parent c9d94dc022
commit 209576e6f3

View file

@ -31,4 +31,4 @@ Window controls will be all wrong without it
}
#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) }