From af0586a5476c620dd07017190857a36abf1fe192 Mon Sep 17 00:00:00 2001 From: Draconis Date: Wed, 2 Oct 2019 12:01:14 +0200 Subject: [PATCH] modification navbar --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 8d26c25..35503b7 100644 --- a/userChrome.css +++ b/userChrome.css @@ -186,7 +186,7 @@ window#main-window toolbox#navigator-toolbox toolbar#TabsToolbar.titlebar-color. /* Move navigation 65% to left and negative margin to move to top line */ #nav-bar { margin-right: 65vw !important; - margin-top: -29px !important; + margin-top: -35px !important; background: transparent !important; z-index: 2; }