fix: volume slider disappearing + theme overlapping favorites

- SSE handler now distinguishes per-guild events (single NowPlaying)
  from snapshots (Record<string, NowPlaying>) to prevent state corruption
- Theme selector moved left (right: 72px) to not overlap favorites button

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel 2026-03-06 09:39:27 +01:00
parent bac2e3b17f
commit 2c0cb7a67a
2 changed files with 15 additions and 2 deletions

View file

@ -972,7 +972,7 @@ html, body {
.radio-theme {
position: absolute;
top: 16px;
right: 16px;
right: 72px;
z-index: 25;
display: flex;
align-items: center;