audio streaming app plyr.fm

fix: jam stripe pill renders above glow bar with solid background (#991)

z-index was 1 (below glow bar's 2) and background was semi-transparent,
letting the glow bleed through.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

authored by zzstoatzz.io

Claude Opus 4.6 and committed by
GitHub
4c86f7db ebb6fbb7

+2 -3
+2 -3
frontend/src/lib/components/player/Player.svelte
··· 682 682 display: inline-flex; 683 683 align-items: center; 684 684 gap: 0.3rem; 685 - z-index: 1; 686 - backdrop-filter: var(--glass-blur, none); 687 - -webkit-backdrop-filter: var(--glass-blur, none); 685 + z-index: 3; 686 + background: var(--bg-tertiary); 688 687 } 689 688 690 689 .jam-stripe-label .muted {