From e5480df1421f88c01de26c2fc3122a1e863915ad Mon Sep 17 00:00:00 2001 From: Vince Date: Wed, 16 Jun 2021 19:42:33 +0800 Subject: [PATCH] update --- src/other/firefox/Monterey/parts/toolbox.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/other/firefox/Monterey/parts/toolbox.css b/src/other/firefox/Monterey/parts/toolbox.css index f1b39b91..dec1b80d 100644 --- a/src/other/firefox/Monterey/parts/toolbox.css +++ b/src/other/firefox/Monterey/parts/toolbox.css @@ -48,6 +48,18 @@ findbar { margin-left: 500px !important; } +/* Left window titlebuttons mode */ +@media (-moz-gtk-csd-reversed-placement) { + #TabsToolbar { + margin-left: 534px !important; + margin-right: 5vw !important; + } + + :root[sizemode="maximized"] #TabsToolbar { + margin-left: 574px !important; + } +} + #nav-bar { border: none !important; box-shadow: none !important;