don't set height for .tabbrowser-tab

This commit is contained in:
MrOtherGuy 2021-07-03 23:52:55 +03:00
parent bbce8589bc
commit 2a101b1d3a

View file

@ -54,10 +54,7 @@ See the above repository for updates as well as full license text. */
--scrollbutton-display-model: none; --scrollbutton-display-model: none;
} }
.tabbrowser-tab{ .tabbrowser-tab{ scroll-snap-align: start; }
height: calc((var(--tab-min-height) + 2 * var(--tab-block-margin,0px))) !important;
scroll-snap-align: start;
}
#tabbrowser-tabs .tabbrowser-tab[pinned]{ #tabbrowser-tabs .tabbrowser-tab[pinned]{
position: static !important; position: static !important;