From 209576e6f344a97275e13c2eab136bd6cdc5bb68 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 21 Mar 2019 17:30:07 +0200 Subject: [PATCH] Make navbar draggable from left side --- chrome/hide_tabs_toolbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/hide_tabs_toolbar.css b/chrome/hide_tabs_toolbar.css index 43aac46..4da2d31 100644 --- a/chrome/hide_tabs_toolbar.css +++ b/chrome/hide_tabs_toolbar.css @@ -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 } \ No newline at end of file +#toolbar-menubar[inactive] > #menubar-items { opacity: 0; margin-left: var(--uc-window-drag-space-width,0px) } \ No newline at end of file