Small fixed for new split view groups

This commit is contained in:
mr. m
2025-02-28 08:37:08 +01:00
parent 7d4641c5ec
commit 0c918caed2
3 changed files with 18 additions and 15 deletions

View File

@@ -221,15 +221,6 @@
background-color: var(--zen-colors-secondary);
align-items: center;
z-index: 100;
}
.zen-view-splitter-drag-handle {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
cursor: move;
}
@@ -245,6 +236,7 @@
height: 24px;
cursor: pointer;
appearance: none;
margin-left: auto;
outline: var(--toolbarbutton-outline);
list-style-image: url('chrome://global/skin/icons/close-fill.svg') !important;
&:hover {