diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-04-06 14:53:53 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-04-06 14:53:53 +0000 |
| commit | 0635a6c131804c2a6f2ce99c4888a0d3ee757570 (patch) | |
| tree | f71775902e9dfad877dfb1a364c21d145b23ffce /src/components/tab_switcher/tab_switcher.scss | |
| parent | d7f744d2819343eced508a589d6fad3842686a3e (diff) | |
| parent | 3eabdf9dedff1a39f9f8003a7d581c71a90e9161 (diff) | |
Merge branch 'themes3-fixes' into 'develop'
Themes 3 fixes
Closes #1301 and #1303
See merge request pleroma/pleroma-fe!1906
Diffstat (limited to 'src/components/tab_switcher/tab_switcher.scss')
| -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; |
