mirror of
https://github.com/funamitech/mastodon
synced 2024-11-27 14:29:03 +09:00
Fix background tint in single column light theme (#29803)
This commit is contained in:
parent
69e5771881
commit
430da03160
@ -2677,7 +2677,7 @@ $ui-header-logo-wordmark-width: 99px;
|
||||
}
|
||||
|
||||
.tabs-bar__wrapper {
|
||||
background: var(--background-color-tint);
|
||||
background: var(--background-color);
|
||||
backdrop-filter: var(--background-filter);
|
||||
position: sticky;
|
||||
top: $ui-header-height;
|
||||
|
Loading…
Reference in New Issue
Block a user