From 1cb5cfb6c7b7a36c872033369edf85e64bd81fb2 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Sat, 22 Oct 2022 16:38:46 -0400 Subject: [PATCH] fix: indicator should not expand header height --- modules/ext.tabberNeue.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/ext.tabberNeue.less b/modules/ext.tabberNeue.less index d0b2fff..d7a013d 100644 --- a/modules/ext.tabberNeue.less +++ b/modules/ext.tabberNeue.less @@ -1,4 +1,5 @@ @width-bounce-dot: 12px; +@height-indicator: 2px; .tabber { position: relative; @@ -91,9 +92,10 @@ } &__indicator { + margin-top: @height-indicator * -1; background: #36c; - block-size: 2px; - border-radius: 2px; + block-size: @height-indicator; + border-radius: @height-indicator; inline-size: 0; }