summaryrefslogtreecommitdiff
path: root/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-05-31 18:09:04 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-05-31 18:09:04 -0700
commitff6261c2772612a7a5949737660614ee24b61587 (patch)
tree4fb5b3d5cfa1af5dd815254199e49c2d4b9f841c /home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
parent64d9b8ceca239d89c444e114651cf6eab62df1b4 (diff)
init
Diffstat (limited to 'home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css')
-rw-r--r--home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css13
1 files changed, 0 insertions, 13 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 526f3078..00000000
--- a/home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
+++ /dev/null
@@ -1,13 +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 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.
-I choose a lower vw to give more room to tabs. */
-#navigator-toolbox { --uc-navigationbar-width: 30vw !important; }
-
-/* hide history back, forward-button, and ^ alltabs-button */
-#back-button, #forward-button, #alltabs-button { display: none !important; }
-
-/* hide minimize, restore, and close button when in full screen mode */
-#minimize-button, #restore-button, #close-button { display: none !important; }