diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-26 22:44:04 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-26 22:44:04 -0700 |
commit | b5e504b13fd6e4e203e13922f4f3daaae3bc0d18 (patch) | |
tree | 51f307520741f208f88f1d6f187c2804e86602d2 /.mozilla/firefox/xxxxxxxx.fly/chrome | |
parent | dd9f1d5ba6d31b8694b1f5e92ac1a57ae03189c8 (diff) |
refactor
Diffstat (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome')
-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; } |