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:
Psychotoxical
2026-04-12 18:44:40 +02:00
parent a765bcd5d0
commit fee454da5d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -106,6 +106,7 @@ const CONTRIBUTORS = [
'Hot playback cache — eviction budgeting, grace period, and live Audio settings readout (PR #153)', 'Hot playback cache — eviction budgeting, grace period, and live Audio settings readout (PR #153)',
'Folder Browser: keyboard navigation, context menus, now-playing path emphasis, and adaptive column layout (PR #158)', 'Folder Browser: keyboard navigation, context menus, now-playing path emphasis, and adaptive column layout (PR #158)',
'Infinite queue: artist-driven candidates via Top Songs + Similar Songs with random fallback (PR #163)', 'Infinite queue: artist-driven candidates via Top Songs + Similar Songs with random fallback (PR #163)',
'Folder Browser: per-column filter with keyboard flow and Shift+Enter queue append (PR #165)',
], ],
}, },
{ {
+1 -1
View File
@@ -7273,7 +7273,7 @@ html.no-compositing .fs-lyrics-rail {
top: 0; top: 0;
z-index: 2; z-index: 2;
padding: 0.35rem 0.45rem; 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); border-bottom: 1px solid var(--border-subtle);
} }