diff options
Diffstat (limited to '.mozilla/firefox/xxxxxxxx.fly')
-rw-r--r-- | .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css index 512fc29a..cd515eae 100644 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -1,6 +1,7 @@ @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 */ #navigator-toolbox{ --uc-navigationbar-width: 46vw !important; } |