From bbce8589bc26e29eae7c7081cc5e3e10be6b125c Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 2 Jul 2021 23:18:11 +0300 Subject: [PATCH] make tabs use --tab-block-margin correctly --- chrome/multi-row_tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/multi-row_tabs.css b/chrome/multi-row_tabs.css index e826064..796742b 100644 --- a/chrome/multi-row_tabs.css +++ b/chrome/multi-row_tabs.css @@ -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; }