From f8f818b211ab924436320ad1f303895f2625544d Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 3 Jul 2025 20:00:46 +0300 Subject: [PATCH] style(next): fix a performance-heavy selector --- apps/client/src/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index c48a52290..fde7ceeee 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -71,7 +71,7 @@ body.background-effects.platform-win32.layout-vertical #vertical-main-container /* #endregion */ /* Matches when the left pane is collapsed */ -:has(.layout-vertical #left-pane.hidden-int) { +#horizontal-main-container:has(#left-pane.hidden-int) { --center-pane-border-radius: 0; --tab-first-item-horiz-offset: 5px; }