commit 14f94fbe082eb848d4d3a0670dffe538828a3813 parent a458354ee2dff27adb64dd979b96b895f60fc0e4 Author: Matsuda Kenji <info@mtkn.jp> Date: Fri, 18 Nov 2022 10:01:18 +0900 minimize toolbar Diffstat:
M | firefox/userChrome.css | | | 12 | ++++++++++-- |
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/firefox/userChrome.css b/firefox/userChrome.css @@ -11,6 +11,8 @@ font-size: 12px; max-height: 0; overflow: hidden; + display: flex; + direction: rtl; } #navigator-toolbox:hover, @@ -19,6 +21,12 @@ overflow: visible; } -.tab-close-button { - padding: 0; +#titlebar { + direction: ltr; + flex: 1; +} + +#nav-bar { + direction: ltr; + flex: 3; }