mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-21 22:15:40 +00:00
fix(folder-browser): correct --bg-base to --bg-app in filter bar; add cucadmuh PR #165
--bg-base is undefined — sticky filter bar would have rendered transparent. Also added PR #165 to cucadmuh's contributions in Settings About. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7273,7 +7273,7 @@ html.no-compositing .fs-lyrics-rail {
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
padding: 0.35rem 0.45rem;
|
||||
background: color-mix(in srgb, var(--bg-base) 92%, transparent);
|
||||
background: color-mix(in srgb, var(--bg-app) 92%, transparent);
|
||||
border-bottom: 1px solid var(--border-subtle);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user