From f54c5f012e521449d788aa664e975ec3c59930c2 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 3 Dec 2025 10:50:36 -0800 Subject: [PATCH] improve collection row layouts - wrap thumbnail + name in core-info container - use layout tokens for border radius - add proficiency column to weapon rows - wider thumbnails, consistent sizing --- .../collection/CollectionCharacterRow.svelte | 97 ++++++++++--------- .../collection/CollectionSummonRow.svelte | 82 +++++++++------- .../collection/CollectionWeaponRow.svelte | 88 ++++++++++------- 3 files changed, 152 insertions(+), 115 deletions(-) diff --git a/src/lib/components/collection/CollectionCharacterRow.svelte b/src/lib/components/collection/CollectionCharacterRow.svelte index 7bb5c4a8..150acb6f 100644 --- a/src/lib/components/collection/CollectionCharacterRow.svelte +++ b/src/lib/components/collection/CollectionCharacterRow.svelte @@ -50,20 +50,21 @@