From e1362c1547a721ffa2528ecfbd261c8a8fc7dbee Mon Sep 17 00:00:00 2001 From: m1tya Date: Thu, 19 Feb 2026 16:15:42 +0100 Subject: [PATCH] Use compact-tabs for active tab growth --- css/tabBar.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/tabBar.css b/css/tabBar.css index e956064a5..c15014ba5 100644 --- a/css/tabBar.css +++ b/css/tabBar.css @@ -115,6 +115,9 @@ body.linux #menu-button { .tab-item.active { min-width: 168px; } +.compact-tabs .tab-item.active { + flex: 1.1; +} .tab-item.gu-mirror { top: var(--control-space-top) !important; height: 32px !important;