From 35e93c0ca96221a837c13b4bbf02eaaea9952ccd Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 22 Mar 2026 20:48:56 -0400 Subject: [PATCH] Fix media cover image sizing in WatchList component - Add explicit width (230px) and height (330px) to media cover images - Apply object-cover class to maintain aspect ratio and prevent distortion - Ensures uniform sizing across all media cover images in the watch list This change improves visual consistency in the UI by standardizing the display dimensions of anime/manga cover images. --- frontend/src/helperComponents/WatchList.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/helperComponents/WatchList.svelte b/frontend/src/helperComponents/WatchList.svelte index f6636ac..bf65049 100644 --- a/frontend/src/helperComponents/WatchList.svelte +++ b/frontend/src/helperComponents/WatchList.svelte @@ -58,7 +58,7 @@ }} >