diff options
author | xyz <gky44px1999@gmail.com> | 2022-10-20 20:11:24 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-10-20 20:11:24 -0700 |
commit | 2a9994a4a80e40e8f7f25bfd6246c5cc2301e026 (patch) | |
tree | 99637bd86432e1badbd15256257017feabb2e0bb /home/xyz/.mozilla | |
parent | 338686a7d5f70dd7037e4bc045e8a56867b66c24 (diff) |
userChrome.css shorter navigation bar to give more room to tabs
Diffstat (limited to 'home/xyz/.mozilla')
-rw-r--r-- | home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css index 6f152ae5..55bf9484 100644 --- a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -2,8 +2,9 @@ @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 at least 733px for search bookmarks urls and title shown in one line, or 39vw when full screen on my xyzinsp laptop. Not sure why % is not working. -I choose to use vw. Because after resize to a smaller window, the navigation bar will be too big if use px. */ -#navigator-toolbox { --uc-navigationbar-width: 39vw !important; } +I choose to use vw because after resize to a smaller window, the navigation bar will be too big if use px. +I choose a lower vw to give more room to tabs. */ +#navigator-toolbox { --uc-navigationbar-width: 30vw !important; } /* hide history back and forward-button */ #back-button, #forward-button { display: none !important; } |