fix(styles): adjust right positioning for split view in tab browser (closes https://github.com/zen-browser/desktop/issues/6451)

This commit is contained in:
mr. M
2025-03-16 00:51:18 +01:00
parent b6477b17d8
commit ac85bdfd3e
2 changed files with 16 additions and 5 deletions

View File

@@ -278,6 +278,10 @@
&[side='right'] {
right: 0;
&[has-split-view='true'] {
right: var(--zen-element-separation);
}
}
&::after {