diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-21 21:24:47 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-21 21:24:47 -0700 |
commit | cd7de8e8eba9ffff650021ab316fbf566c7e0b93 (patch) | |
tree | 5b94dd446ee6f8ed43735ae2d40ee384382801ae /home/xyz/.mozilla | |
parent | e6b421a5460962e8934f1249d04c37bf805d22fa (diff) |
inspiron only 39vw can make url and title shown in one line
Diffstat (limited to 'home/xyz/.mozilla')
-rw-r--r-- | home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css index c0465de8..497424c1 100644 --- a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -1,9 +1,9 @@ @import url(firefox-csshacks/chrome/navbar_tabs_oneliner.css); @import url(firefox-csshacks/chrome/urlbar_popup_full_width.css); -/* 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; } +/* on my dell studio/inspiron laptop with linux, if only has more tool >> button and application menu hambugger button, +need 46/39vw for search bookmarks urls and title shown in one line */ +#navigator-toolbox { --uc-navigationbar-width: 39vw !important; } /* hide history back and forward-button */ #back-button, #forward-button { display: none !important; } |