From e09326235e1bbf93fb5ce16f255ea19cc71dca66 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 19 Dec 2025 01:07:59 -0800 Subject: [PATCH] adjust artifact card width to 139px --- src/lib/components/collection/CollectionArtifactCard.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/collection/CollectionArtifactCard.svelte b/src/lib/components/collection/CollectionArtifactCard.svelte index f0872035..1f07ae41 100644 --- a/src/lib/components/collection/CollectionArtifactCard.svelte +++ b/src/lib/components/collection/CollectionArtifactCard.svelte @@ -58,6 +58,7 @@ flex-direction: column; align-items: center; gap: $unit-half; + width: 139px; padding: 0; border: none; background: transparent;