diff options
author | Volpeon <git@volpeon.ink> | 2024-11-23 16:04:58 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-23 16:04:58 +0100 |
commit | a92190c774f7f3efb31041775a4c655757d669dd (patch) | |
tree | 684423c128cfcfdaf7dce448158f482ee5c43f26 /src/objects/_tabbar.scss | |
parent | Fix (diff) | |
download | iro-design-a92190c774f7f3efb31041775a4c655757d669dd.tar.gz iro-design-a92190c774f7f3efb31041775a4c655757d669dd.tar.bz2 iro-design-a92190c774f7f3efb31041775a4c655757d669dd.zip |
Fix
Diffstat (limited to 'src/objects/_tabbar.scss')
-rw-r--r-- | src/objects/_tabbar.scss | 2 |
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: ''; |