chore: Update vertical tabs styling to remove margin-top and add padding-top for showborder state

This commit is contained in:
mauro-balades
2024-09-04 23:10:18 +02:00
parent 0b408f4001
commit 31797a564e

View File

@@ -322,7 +322,8 @@
margin-bottom: var(--space-small);
&[showborder] {
margin-top: var(--zen-tabbrowser-padding);
margin-top: 0;
padding-top: calc(var(--space-small) / 2) !important;
}
&::before {