From ad5c7889fec01c1400f93626c94e44a17d2ef68e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 12 Jul 2020 20:28:36 +0300 Subject: [PATCH] Properly set titlebar-buttonbox height on compact mode --- chrome/tabs_on_bottom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/tabs_on_bottom.css b/chrome/tabs_on_bottom.css index 06700fa..e374c9d 100644 --- a/chrome/tabs_on_bottom.css +++ b/chrome/tabs_on_bottom.css @@ -36,7 +36,7 @@ linux_gtk_window_control_patch.css .titlebar-buttonbox-container{ left:0; right: unset !important; } } -:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px } +:root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 32px } #toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }