chore: Update grid-gap in zen-decks.css to 5px for better visual spacing

This commit is contained in:
Mauro Balades
2024-07-23 18:08:34 +02:00
parent 230bb3da67
commit de8e45a38f
2 changed files with 5 additions and 1 deletions

View File

@@ -494,6 +494,10 @@ panelmultiview {
margin: 0 10px 10px 0;
}
:root:not([inDOMFullscreen="true"]) #tabbrowser-tabbox #tabbrowser-tabpanels[zen-split-view="true"] .browserSidebarContainer {
margin: 0 7px 7px 0;
}
#tabbrowser-tabbox #tabbrowser-tabpanels .browserStack > browser {
border-radius: var(--zen-browser-border-radius);
clip-path: inset(0px 0px 0px round var(--zen-browser-border-radius) 0) !important;

View File

@@ -26,7 +26,7 @@
#tabbrowser-tabpanels:has(> [zen-split="true"]) {
display: grid;
grid-gap: 0 10px !important;
grid-gap: 0 5px !important;
}
@keyframes zen-deck-fadeIn {