From cd494fefeefe0f1ee2a5529c57b61993e5de7ab1 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sun, 27 Apr 2025 15:30:12 +0200 Subject: [PATCH] Unify collection card width The width of collection cards can vary quite a bit. Additionally, the cards look different than the cards within a collection. It would be nice if the design would be more or leyy the same for all of them. This patch adjusts the collection card design by adapting the classes from the cards within the collection (I literally just copied the classes from ChecklistCard). This is another step in making the user interface more homogeneous. --- frontend/src/lib/components/CollectionCard.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/CollectionCard.svelte b/frontend/src/lib/components/CollectionCard.svelte index 78b511f..44691f3 100644 --- a/frontend/src/lib/components/CollectionCard.svelte +++ b/frontend/src/lib/components/CollectionCard.svelte @@ -87,7 +87,7 @@ {/if}