summaryrefslogtreecommitdiff
path: root/home/xyz/.mozilla/firefox
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-04-02 03:11:02 -0700
committerxyz <gky44px1999@gmail.com>2022-04-02 03:11:02 -0700
commit8cf34c07c02194c275d457dc4e81a7e3ed2e17f3 (patch)
treec4c95938225c9d27656ba90b5c4626555885e5e0 /home/xyz/.mozilla/firefox
parent393abf5ed252b9306573ea25c4f381266e901bfb (diff)
firefox userChrome, same line url and title, 733px is same across all my laptops, instead of different vw
Diffstat (limited to 'home/xyz/.mozilla/firefox')
-rw-r--r--home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css6
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 497424c1..7e09bcf0 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 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; }
+/* 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; }
/* hide history back and forward-button */
#back-button, #forward-button { display: none !important; }