diff options
| author | Henry Jameson <me@hjkos.com> | 2024-04-03 21:10:27 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-04-03 21:10:27 +0300 |
| commit | 940df1efa7cb9b6f3273030675f93b2e1b3c709d (patch) | |
| tree | eb07ed536277760bae0ca7c6d0d8fb889e0aa7bd /src/components/tab_switcher | |
| parent | 9bdc8d9b9ce8d5f30049201994014abb481e5367 (diff) | |
add fallbacks for lazy stuff loading
Diffstat (limited to 'src/components/tab_switcher')
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index 1efe1b04..4e242b91 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -174,6 +174,7 @@ font-size: 1em; font-family: var(--font); border-radius: var(--roundness); + background-color: var(--background); position: relative; white-space: nowrap; padding: 6px 1em; |
