Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Jai A P <[email protected]>
Co-authored-by: Jai A P <[email protected]>
  • Loading branch information
mr-cheff and Jai-JAP authored Nov 10, 2024
1 parent 62d763e commit 8ecc8b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/browser/base/content/zen-styles/zen-decks.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}

#tabbrowser-tabbox {
--zen-split-row-gap: calc(var(--zen-element-separation) + 2px);
--zen-split-row-gap: calc(var(--zen-element-separation) + 1px);
--zen-split-column-gap: calc(var(--zen-element-separation) + 1px);
}

Expand Down Expand Up @@ -100,21 +100,22 @@

.zen-split-view-splitter {
visibility: inherit;
cursor: ew-resize;
-moz-subtree-hidden-only-visually: 0;
position: absolute;
pointer-events: all;
}


.zen-split-view-splitter[orient='vertical'] {
width: var(--zen-split-row-gap);
margin-left: calc(var(--zen-split-row-gap) / -2);
cursor: ew-resize;
}

.zen-split-view-splitter[orient='horizontal'] {
height: var(--zen-split-column-gap);
margin-top: calc(var(--zen-split-column-gap) / -2);
cursor: n-resize;
cursor: ns-resize;
}

#zen-split-views-box:not([hidden='true']) {
Expand Down

0 comments on commit 8ecc8b2

Please sign in to comment.