From 439a4e77852cbfb4de99282eb980c0a859aeebe5 Mon Sep 17 00:00:00 2001 From: xyz Date: Tue, 28 Sep 2021 21:42:28 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css index e8f9392c..c0465de8 100644 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -3,9 +3,7 @@ /* on my laptop with linux, if only has more tool >> button and application menu hambugger button, need 46vw for search bookmarks urls and title shown in one line */ -#navigator-toolbox{ - --uc-navigationbar-width: 46vw !important; -} +#navigator-toolbox { --uc-navigationbar-width: 46vw !important; } /* hide history back and forward-button */ #back-button, #forward-button { display: none !important; } -- cgit v1.2.3-70-g09d2