don't set height for .tabbrowser-tab
This commit is contained in:
parent
bbce8589bc
commit
2a101b1d3a
1 changed files with 1 additions and 4 deletions
|
@ -54,10 +54,7 @@ See the above repository for updates as well as full license text. */
|
|||
--scrollbutton-display-model: none;
|
||||
}
|
||||
|
||||
.tabbrowser-tab{
|
||||
height: calc((var(--tab-min-height) + 2 * var(--tab-block-margin,0px))) !important;
|
||||
scroll-snap-align: start;
|
||||
}
|
||||
.tabbrowser-tab{ scroll-snap-align: start; }
|
||||
|
||||
#tabbrowser-tabs .tabbrowser-tab[pinned]{
|
||||
position: static !important;
|
||||
|
|
Loading…
Reference in a new issue