diff --git a/src/components/player/FullscreenNowPlaying.tsx b/src/components/player/FullscreenNowPlaying.tsx index 7131497..61b8a2a 100644 --- a/src/components/player/FullscreenNowPlaying.tsx +++ b/src/components/player/FullscreenNowPlaying.tsx @@ -197,9 +197,16 @@ export function FullscreenNowPlaying({ - {/* Cover hero */} + {/* Cover hero. The cover is sized so the full layout (top + bar + cover + metadata + visualizer + transport) fits a + 1080p viewport at 125 % DPI without overflow. Previous cap + of `min(60vh, 32rem)` produced a 512 px square that pushed + the visualizer into the metadata on smaller screens + (reported in #54). 45 vh / 26 rem keeps the hero + visually dominant while leaving ~200 px for the controls + stack underneath. */}
-
+