From 2a9994a4a80e40e8f7f25bfd6246c5cc2301e026 Mon Sep 17 00:00:00 2001 From: xyz Date: Thu, 20 Oct 2022 20:11:24 -0700 Subject: userChrome.css shorter navigation bar to give more room to tabs --- home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'home/xyz/.mozilla') 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; } -- cgit v1.2.3-70-g09d2