From a90de67c541d2feafd3857197b9e2aff40b0e07e Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Tue, 22 Sep 2026 21:27:38 -0400 Subject: [PATCH] fix(ui): stack episode title under the thumbnail on narrow rows A fixed 160px thumbnail beside the title left phone-width rows cramped. A container query stacks a full-width thumbnail above the info block when the row is under 28rem, lets the title wrap to two lines there, and requests a 640px image so the wider thumbnail stays sharp. --- src/lib/components/library/EpisodeRow.svelte | 312 ++++++++++--------- 1 file changed, 163 insertions(+), 149 deletions(-) diff --git a/src/lib/components/library/EpisodeRow.svelte b/src/lib/components/library/EpisodeRow.svelte index 0dc178261..b26356bd0 100644 --- a/src/lib/components/library/EpisodeRow.svelte +++ b/src/lib/components/library/EpisodeRow.svelte @@ -57,167 +57,181 @@ const episodeNumber = $derived(episode.indexNumber || 0); - + +