diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-20 23:22:51 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-20 23:22:51 +0300 |
| commit | 58a975e8df0d72ea330a6120195cc9bc374d68ad (patch) | |
| tree | abb8f14e4fcbb02158cb609ccbd4c6f56e69caf4 /src/components/tab_switcher | |
| parent | 076c52788b46258078ce2d83fdac82d75692c74b (diff) | |
cleanup and fixes
Diffstat (limited to 'src/components/tab_switcher')
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index 575d41e1..7a086b26 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -25,8 +25,9 @@ border-bottom-color: $fallback--border; border-bottom-color: var(--border, $fallback--border); } + .tab-wrapper { - height: 28px; + height: 2em; &:not(.active)::after { left: 0; |
