From 2c4d292a9fdaf8c318f0316edb057621debc2db7 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Thu, 23 Feb 2023 16:21:45 -0800 Subject: delete unnecessary configs for pinphone --- .../xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 home/xyz/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css (limited to 'home/xyz/.mozilla/firefox') 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; } -- cgit v1.2.3-70-g09d2