mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-07 04:17:16 +00:00
Fixed height for pinned tabs
This commit is contained in:
@@ -191,11 +191,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
& #vertical-pinned-tabs-container {
|
||||
& #vertical-pinned-tabs-container:has(tab:not([hidden])) {
|
||||
margin-bottom: 12px;
|
||||
position: relative;
|
||||
|
||||
&:has(tab:not([hidden]))::after {
|
||||
&::after {
|
||||
bottom: -6px;
|
||||
content: '';
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user