From 886b559b507438c38b640dce0657bd627acfeb51 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Sun, 23 Nov 2025 23:00:24 +0100 Subject: [PATCH] fix: Don't add folder indents to glance tabs, b=no-bug, c=tabs --- src/zen/tabs/zen-tabs/vertical-tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/tabs/zen-tabs/vertical-tabs.css b/src/zen/tabs/zen-tabs/vertical-tabs.css index b75d8467d..20bcccefc 100644 --- a/src/zen/tabs/zen-tabs/vertical-tabs.css +++ b/src/zen/tabs/zen-tabs/vertical-tabs.css @@ -313,7 +313,7 @@ var(--zen-tabbox-element-indent-transition); } - :root[zen-sidebar-expanded='true'] & { + :root[zen-sidebar-expanded='true'] &:not([zen-glance-tab]) { margin-inline-start: var(--zen-folder-indent) !important; }