fix: Don't add folder indents to glance tabs, b=no-bug, c=tabs

This commit is contained in:
mr. m
2025-11-23 23:00:24 +01:00
parent b2ea2d4420
commit 886b559b50

View File

@@ -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;
}