From b8923dd777b5517e15b00c1d05edba6572af1ede Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 20 Mar 2019 16:18:23 +0200 Subject: [PATCH] Add rules to handle window-controls on left layout --- chrome/Fx65_tabs_on_bottom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/Fx65_tabs_on_bottom.css b/chrome/Fx65_tabs_on_bottom.css index 86b146a..7611f2f 100644 --- a/chrome/Fx65_tabs_on_bottom.css +++ b/chrome/Fx65_tabs_on_bottom.css @@ -20,6 +20,11 @@ Window controls will be all wrong without it right:0; height: 40px; } +/* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ +@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){ + :root{ --uc-titlebar-padding: 0px !important } + .titlebar-buttonbox-container{ left:0; right: unset; } +} :root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }