diff options
| author | Volpeon <git@volpeon.ink> | 2024-11-23 14:28:49 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-11-23 14:28:49 +0100 |
| commit | e4485767df0dc42d2a721bca15fe43ac5398fea3 (patch) | |
| tree | 4931db5066360c68457422406f95dca9091c436e /src | |
| parent | Fix (diff) | |
| download | iro-design-e4485767df0dc42d2a721bca15fe43ac5398fea3.tar.gz iro-design-e4485767df0dc42d2a721bca15fe43ac5398fea3.tar.bz2 iro-design-e4485767df0dc42d2a721bca15fe43ac5398fea3.zip | |
Tabbar again
Diffstat (limited to 'src')
| -rw-r--r-- | src/objects/_tabbar.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objects/_tabbar.scss b/src/objects/_tabbar.scss index 70dedb9..b059b6e 100644 --- a/src/objects/_tabbar.scss +++ b/src/objects/_tabbar.scss | |||
| @@ -17,6 +17,9 @@ | |||
| 17 | gap: props.get(vars.$spacing); | 17 | gap: props.get(vars.$spacing); |
| 18 | min-inline-size: 0; | 18 | min-inline-size: 0; |
| 19 | block-size: props.get(vars.$block-size); | 19 | block-size: props.get(vars.$block-size); |
| 20 | padding-inline: calc(.5 * props.get(vars.$spacing)); | ||
| 21 | margin-inline: calc(-.5 * props.get(vars.$spacing)); | ||
| 22 | overflow-inline: auto; | ||
| 20 | box-shadow: 0 calc(-1 * props.get(vars.$indicator--width)) 0 0 props.get(vars.$railing--bg-color) inset; | 23 | box-shadow: 0 calc(-1 * props.get(vars.$indicator--width)) 0 0 props.get(vars.$railing--bg-color) inset; |
| 21 | 24 | ||
| 22 | @include bem.modifier('quiet') { | 25 | @include bem.modifier('quiet') { |
