You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(lyrics): constrain closed-notch lyrics width to center section
Approach 1: Horizontal marquee lyrics below closed notch.
Fixes width consistency issue from PR TheBoredTeam#1048 where lyrics
spanned the full notch width (album art + center + spectrum).
Now lyrics are constrained to the center section width only,
matching the dark notch body.
Changes from original PR:
- Lyrics width matches center notch section (not full width)
- Use .caption2 font for compact closed state
- Hide lyrics when paused or during sneakPeek/expandingView
- Hide entirely when no lyrics available (no placeholder)
- Smooth height animation on appear/disappear
- Fix coordinator.sneakPeek API for current dev branch
Co-Authored-By: EdwinASalcedo <92866752+EdwinASalcedo@users.noreply.github.com>
0 commit comments