diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-26 22:41:02 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-26 22:41:02 -0700 |
commit | dd9f1d5ba6d31b8694b1f5e92ac1a57ae03189c8 (patch) | |
tree | 11511917c541f2c1139eb0588d00b952619da4bd /.mozilla/firefox | |
parent | 8ee080f5a08b062756eb7d571900727bc054801a (diff) |
refactor
Diffstat (limited to '.mozilla/firefox')
-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; } |