From 338686a7d5f70dd7037e4bc045e8a56867b66c24 Mon Sep 17 00:00:00 2001 From: xyz Date: Thu, 20 Oct 2022 17:12:40 -0700 Subject: userChrome.css use vw instead of px --- home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 6 +++--- 1 file changed, 3 insertions(+), 3 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 7e09bcf0..6f152ae5 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 at least 733px for search bookmarks urls and title shown in one line */ -#navigator-toolbox { --uc-navigationbar-width: 733px !important; } +/* 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; } /* hide history back and forward-button */ #back-button, #forward-button { display: none !important; } -- cgit v1.2.3-70-g09d2