From e6552f4ae205932a9b42a42a3edc312c5c62e48f Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Fri, 1 May 2026 23:10:34 -0400 Subject: [PATCH] feat(web): scale ArtistCard fallback Disc3 to fill the circle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Disc3 fallback was rendered at fixed 32px regardless of card size, so on a 144px (or larger) circular ArtistCard it floated in mostly-empty space. Now sized via h-4/5 w-4/5 so it tracks the parent — ~80% fill, much more recognisable as a record/disc. Stroke-width drops from 1.5 to 1 so the heavier line work doesn't overwhelm at the larger size. Co-Authored-By: Claude Opus 4.7 (1M context) --- web/src/lib/components/ArtistCard.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/components/ArtistCard.svelte b/web/src/lib/components/ArtistCard.svelte index 68b32877..4c5503e0 100644 --- a/web/src/lib/components/ArtistCard.svelte +++ b/web/src/lib/components/ArtistCard.svelte @@ -39,7 +39,7 @@ /> {:else}
- +
{/if}