diff options
Diffstat (limited to '.mozilla/firefox/xxxxxxxx.fly')
-rw-r--r-- | .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 4 |
1 files changed, 1 insertions, 3 deletions
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; } |