diff options
author | xyz <gky44px1999@gmail.com> | 2021-12-13 01:50:26 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-12-13 01:50:26 -0800 |
commit | 040bc6553195783cc4b849255bbba76998bfc682 (patch) | |
tree | d8d54737f14cf92a8cea95d2aa115d1dfa953ab1 /.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | |
parent | 21c2cb2ef3946f165c503379f35505e6681536ba (diff) | |
parent | 29d85407bbd5767fc15c3e1584650e70883a6d66 (diff) |
Merge remote-tracking branch 'cfgc/master'
Diffstat (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css')
-rw-r--r-- | .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css new file mode 100644 index 00000000..c0465de8 --- /dev/null +++ b/.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; } |