summaryrefslogtreecommitdiff
path: root/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-12-13 02:08:24 -0800
committerxyz <gky44px1999@gmail.com>2021-12-13 02:08:24 -0800
commita6549d3d0e26524cd1f3e388e3da6b4ff466cca4 (patch)
tree5c649a56abf134b684d8a5ccf4f2adefa5436257 /home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome
parentf9ddfd7a94290e2271df55585d93b97190c5897a (diff)
move cfgc files to their location by git rm then git add them
Diffstat (limited to 'home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome')
m---------home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks0
-rw-r--r--home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css12
2 files changed, 12 insertions, 0 deletions
diff --git a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks
new file mode 160000
+Subproject fcec71b08aec8af35f72c71902c4b38f033c2f9
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; }