diff --git a/src/components/lyrics/LyricsView.tsx b/src/components/lyrics/LyricsView.tsx index 5233683..6b80c49 100644 --- a/src/components/lyrics/LyricsView.tsx +++ b/src/components/lyrics/LyricsView.tsx @@ -1,8 +1,8 @@ // Lyrics mode for now-playing — a lyrics-first takeover that replaces the whole // art/controls body (and the standard header). Lyrics fill the screen over the -// blurred-art wash; a slim strip on top (dismiss · track · favorite · exit) and a -// minimal control bar below (progress + prev/play/next) stay permanently visible -// so you never lose control to go fully immersive. The ♫ toggle exits back to the +// blurred-art wash; a slim strip on top (dismiss + track) and a minimal control +// bar below (favorite + prev/play/next + exit) stay permanently visible so you +// never lose control to go fully immersive. The lyrics toggle exits back to the // art view; swipe-down still closes the player. import { Image } from 'expo-image'; @@ -94,32 +94,6 @@ export function LyricsView({ - - - - - - - + + + @@ -146,6 +135,16 @@ export function LyricsView({ + + + @@ -210,8 +209,7 @@ const useStyles = createThemedStyles((colors) => ({ transport: { flexDirection: 'row', alignItems: 'center', - justifyContent: 'center', - gap: spacing.xl, + justifyContent: 'space-between', marginTop: spacing.xs, }, transportBtn: { diff --git a/src/components/player/NowPlayingOverlay.tsx b/src/components/player/NowPlayingOverlay.tsx index 27191f3..62853cf 100644 --- a/src/components/player/NowPlayingOverlay.tsx +++ b/src/components/player/NowPlayingOverlay.tsx @@ -555,48 +555,6 @@ export function NowPlayingOverlay() { - {!isDesktopTarget && track ? ( - - - } - active={ - - } - /> - - ) : null} + + + } + active={ + + } + /> +