fix(styles): update z-index for sidebar splitter and remove min-width from workspace button

This commit is contained in:
mr. m
2025-03-21 12:50:43 +01:00
parent 4f140893c9
commit 491234b310
2 changed files with 1 additions and 2 deletions

View File

@@ -111,7 +111,7 @@
background: transparent;
border: none;
cursor: ew-resize;
z-index: 2;
z-index: 3;
&:is(.zen-split-view-splitter[orient='vertical']) {
/* Bit of a hacky solution, but it works */

View File

@@ -72,7 +72,6 @@
&:has(toolbarbutton:hover) toolbarbutton[active='true'] {
&:not(:hover) {
width: min(var(--zen-overflowed-workspace-button-width), 25px);
min-width: 10px;
&::after {
content: '';