summaryrefslogtreecommitdiff
path: root/home/xyz/.mozilla/firefox
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-02-23 16:21:45 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-02-23 16:21:45 -0800
commit2c4d292a9fdaf8c318f0316edb057621debc2db7 (patch)
treeedac5faa68086f793f43d09b4fb301b923317682 /home/xyz/.mozilla/firefox
parentce0719cdca9edfd905263b65bc414325185dec39 (diff)
delete unnecessary configs for pinphone
Diffstat (limited to 'home/xyz/.mozilla/firefox')
-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; }