From a92190c774f7f3efb31041775a4c655757d669dd Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 23 Nov 2024 16:04:58 +0100 Subject: Fix --- src/objects/_tabbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/objects') diff --git a/src/objects/_tabbar.scss b/src/objects/_tabbar.scss index 00b8583..f3fe603 100644 --- a/src/objects/_tabbar.scss +++ b/src/objects/_tabbar.scss @@ -42,7 +42,7 @@ &::before { position: absolute; inset-block-start: 50%; - inset-inline: calc(-1 * props.get(vars.$tab--pad-i)); + inset-inline: calc(-1 * props.get(vars.$tab--pad-i) + .5 * props.get(vars.$spacing)); z-index: -10; block-size: 1.5em; content: ''; -- cgit v1.2.3-70-g09d2