summaryrefslogtreecommitdiff
path: root/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2023-10-21 23:02:28 -0700
committerxyz <gky44px1999@gmail.com>2023-10-21 23:02:28 -0700
commit9eb49b479be5b596f7a95e3ed58f5e651e10b38b (patch)
tree8ca6a0a247b07662d8093cd022c238609cff870f /home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
parent4b9312ebf6f24291b2c048831f4673db3ed84c41 (diff)
in process of convert studio laptop to server
Diffstat (limited to 'home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css')
-rw-r--r--home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
deleted file mode 100644
index c0465de8..00000000
--- a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
+++ /dev/null
@@ -1,12 +0,0 @@
-@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; }