fix: Split view gap when in compact view and sidebar is on right, b=closes https://github.com/zen-browser/desktop/issues/11269, p=#11357

This commit is contained in:
ramiro
2025-11-19 12:30:15 +01:00
committed by GitHub
parent b903a25092
commit 4089dfa18b

View File

@@ -106,7 +106,7 @@
right: calc(-1 * var(--actual-zen-sidebar-width) + var(--zen-element-separation) / 2 + 1px);
}
& .browserSidebarContainer {
& .browserSidebarContainer:not([is-zen-split='true']) {
margin-left: 0 !important;
margin-right: 0 !important;
}