mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-21 15:59:42 +00:00
only display separator when theres a visible tab
This commit is contained in:
@@ -518,7 +518,7 @@
|
||||
margin-bottom: 8px;
|
||||
position: relative;
|
||||
|
||||
&::after {
|
||||
&:has(tab:not([hidden]))::after {
|
||||
bottom: -4px;
|
||||
content: '';
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user