mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Update vertical tabs styling to remove margin-top and add padding-top for showborder state
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user