diff options
| author | Henry Jameson <me@hjkos.com> | 2020-10-28 21:55:08 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-10-28 21:55:08 +0200 |
| commit | 0ac9d81788a2cb92cec54ae08264b52ea4c93b1c (patch) | |
| tree | f9f8edcb2cd12f0bad9c21d4533acd2efbc07b73 /src/components/tab_switcher | |
| parent | fc7dfb3b9ecb92d2971ddc7007f708dc664e69f0 (diff) | |
fix settings tabs on mobile, update follow request badge
Diffstat (limited to 'src/components/tab_switcher')
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index cd8fff6f..1e963516 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -92,7 +92,7 @@ flex-direction: column; @media all and (max-width: 800px) { - min-width: 1em; + min-width: 4em; } &:not(.active)::after { |
