summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/objects/_tabbar.scss2
1 files changed, 1 insertions, 1 deletions
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 @@
42 &::before { 42 &::before {
43 position: absolute; 43 position: absolute;
44 inset-block-start: 50%; 44 inset-block-start: 50%;
45 inset-inline: calc(-1 * props.get(vars.$tab--pad-i)); 45 inset-inline: calc(-1 * props.get(vars.$tab--pad-i) + .5 * props.get(vars.$spacing));
46 z-index: -10; 46 z-index: -10;
47 block-size: 1.5em; 47 block-size: 1.5em;
48 content: ''; 48 content: '';