commit a458354ee2dff27adb64dd979b96b895f60fc0e4 parent d389d80d683869d323381a07dfd0bdb964e86de1 Author: Matsuda Kenji <info@mtkn.jp> Date: Thu, 17 Nov 2022 16:02:01 +0900 minimize toolbar Diffstat:
M | firefox/userChrome.css | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/firefox/userChrome.css b/firefox/userChrome.css @@ -1,4 +1,14 @@ #navigator-toolbox { + --urlbar-min-height: 0; + --urlbar-container-padding: 0; + --tab-min-height: 0; + --tab-block-margin: 0; + --tabs-navbar-shadow-size: 0; + --toolbarbutton-outer-padding: 0; + --toolbarbutton-inner-padding: 0; + --toolbarbutton-vertical-text-padding: 0; + + font-size: 12px; max-height: 0; overflow: hidden; } @@ -8,3 +18,7 @@ max-height: 300px; overflow: visible; } + +.tab-close-button { + padding: 0; +}