mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-06 21:37:50 +00:00
Refactor vertical-tabs.css to adjust tab item height and add gap to scrollbox
This commit is contained in:
@@ -44,14 +44,15 @@
|
||||
max-width: unset !important;
|
||||
padding: 0 !important;
|
||||
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
height: var(--tab-min-height) !important;
|
||||
min-height: var(--tab-min-height) !important;
|
||||
|
||||
border-radius: var(--border-radius-medium);
|
||||
|
||||
& .tab-background {
|
||||
overflow: hidden;
|
||||
margin: 2px 2px;
|
||||
|
||||
& .tab-context-line {
|
||||
margin: 0 0px !important;
|
||||
@@ -97,6 +98,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
#tabbrowser-arrowscrollbox {
|
||||
&::part(scrollbox) {
|
||||
gap: 2px !important;
|
||||
}
|
||||
}
|
||||
|
||||
#vertical-pinned-tabs-container {
|
||||
padding-inline-end: 0 !important;
|
||||
gap: 3px !important;
|
||||
|
||||
Reference in New Issue
Block a user