diff options
Diffstat (limited to '.mozilla/firefox')
-rw-r--r-- | .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css index cd515eae..e8f9392c 100644 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -1,7 +1,8 @@ @import url(firefox-csshacks/chrome/navbar_tabs_oneliner.css); @import url(firefox-csshacks/chrome/urlbar_popup_full_width.css); -/* need 46vw for search bookmarks urls and title shown in one line */ +/* 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; } |