From 2a101b1d3a2112ca4076744ca143f21b4ae5684a Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 3 Jul 2021 23:52:55 +0300 Subject: [PATCH] don't set height for .tabbrowser-tab --- chrome/multi-row_tabs.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chrome/multi-row_tabs.css b/chrome/multi-row_tabs.css index 796742b..4921210 100644 --- a/chrome/multi-row_tabs.css +++ b/chrome/multi-row_tabs.css @@ -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;