mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Refactor vertical-tabs.css to adjust the position of ::before pseudo-element
This commit is contained in:
@@ -338,7 +338,7 @@
|
||||
|
||||
&::before {
|
||||
width: 100%;
|
||||
top: calc(100% + var(--space-small));
|
||||
top: calc(100% + var(--space-small) / 2);
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user