commit fd539a42f5bb1cd88e5f04d54e35ae405068ea75 parent 52826a683bc8aef79b4814f65966f398c1b0385b Author: Matsuda Kenji <info@mtkn.jp> Date: Mon, 28 Nov 2022 19:47:11 +0900 modify toolbar Diffstat:
M | firefox/userChrome.css | | | 17 | +++++++++++++---- |
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/firefox/userChrome.css b/firefox/userChrome.css @@ -8,7 +8,6 @@ --toolbarbutton-inner-padding: 0; --toolbarbutton-vertical-text-padding: 0; font-size: 12px; - direction: rtl; max-height: 0; overflow: hidden; } @@ -19,16 +18,26 @@ } #titlebar { + flex: 1; + display: flex; + direction: rtl; +} +#toolbar-menubar { + flex: 1; direction: ltr; +} +#toolbar-menubar[autohide="true"][inactive="true"]{ + flex: 0; +} +#TabsToolbar{ flex: 1; + direction: ltr; } #nav-bar { - direction: ltr; - flex: 2; + flex: 1; } #PersonalToolbar { - direction: ltr; flex: 1; }