mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 11:51:51 +00:00
fix: Don't add folder indents to glance tabs, b=no-bug, c=tabs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user