From 2f9633a680c87e29309fbab10c66644034a0d96c Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 12 Nov 2025 20:41:14 +0200 Subject: [PATCH] tabs on bottom: show window controls in nav-bar when menubar is collapsed Fixes #589 --- chrome/tabs_on_bottom_v2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/tabs_on_bottom_v2.css b/chrome/tabs_on_bottom_v2.css index 477b988..1dfc03e 100644 --- a/chrome/tabs_on_bottom_v2.css +++ b/chrome/tabs_on_bottom_v2.css @@ -24,7 +24,7 @@ See the above repository for updates as well as full license text. */ :root[sizemode="fullscreen"] #nav-bar > .titlebar-buttonbox-container{ display: flex !important; } - :root[customtitlebar] #toolbar-menubar:is([autohide=""],[autohide="true"]) ~ #nav-bar{ + :root[customtitlebar] #toolbar-menubar:is([autohide=""],[autohide="true"],[collapsed]) ~ #nav-bar{ > .titlebar-buttonbox-container{ display: flex !important; }