add proton-tab-block-margin to tab-rows
This commit is contained in:
parent
df31cd612d
commit
10b736a1f7
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ See the above repository for updates as well as full license text. */
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
overflow-y: auto;
|
||||
max-height: calc(var(--tab-min-height) * var(--multirow-n-rows));
|
||||
max-height: calc((var(--tab-min-height) + 2 * var(--proton-tab-block-margin,0px)) * var(--multirow-n-rows));
|
||||
scrollbar-color: currentColor transparent;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
@ -49,7 +49,7 @@ See the above repository for updates as well as full license text. */
|
|||
--scrollbutton-display-model: none;
|
||||
}
|
||||
|
||||
.tabbrowser-tab{ height: var(--tab-min-height); }
|
||||
.tabbrowser-tab{ height: calc((var(--tab-min-height) + 2 * var(--proton-tab-block-margin,0px))) !important; }
|
||||
|
||||
#tabbrowser-tabs .tabbrowser-tab[pinned]{
|
||||
position: static !important;
|
||||
|
|
Loading…
Reference in a new issue