From a6549d3d0e26524cd1f3e388e3da6b4ff466cca4 Mon Sep 17 00:00:00 2001 From: xyz Date: Mon, 13 Dec 2021 02:08:24 -0800 Subject: move cfgc files to their location by git rm then git add them --- home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css (limited to 'home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css') diff --git a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css new file mode 100644 index 00000000..c0465de8 --- /dev/null +++ b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -0,0 +1,12 @@ +@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; } + +/* hide history back and forward-button */ +#back-button, #forward-button { display: none !important; } + +/* hide minimize, restore, and close button when in full screen mode */ +#minimize-button, #restore-button, #close-button { display: none !important; } -- cgit v1.2.3-70-g09d2