make tabs use --tab-block-margin correctly
This commit is contained in:
parent
f3cf989c1b
commit
bbce8589bc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ See the above repository for updates as well as full license text. */
|
|||
}
|
||||
|
||||
.tabbrowser-tab{
|
||||
height: calc((var(--tab-min-height) + 2 * var(--proton-tab-block-margin,0px))) !important;
|
||||
height: calc((var(--tab-min-height) + 2 * var(--tab-block-margin,0px))) !important;
|
||||
scroll-snap-align: start;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue