From b2d14f8d7d0ba1d76e5cdfbf9ad465a438a999c6 Mon Sep 17 00:00:00 2001 From: Carter <35710697+cmintey@users.noreply.github.com> Date: Tue, 28 Nov 2023 18:47:59 -0600 Subject: [PATCH] UI fixes (#82) * Fix item card sizing * fix account logo spacing --- .../navigation/NavMenu/NavMenu.svelte | 84 ++++++++++--------- .../wishlists/ItemCard/ItemCard.svelte | 3 +- 2 files changed, 45 insertions(+), 42 deletions(-) diff --git a/src/lib/components/navigation/NavMenu/NavMenu.svelte b/src/lib/components/navigation/NavMenu/NavMenu.svelte index ad3f3f83..2917e499 100644 --- a/src/lib/components/navigation/NavMenu/NavMenu.svelte +++ b/src/lib/components/navigation/NavMenu/NavMenu.svelte @@ -15,52 +15,54 @@ {#if user} - -
- +
{:else} diff --git a/src/lib/components/wishlists/ItemCard/ItemCard.svelte b/src/lib/components/wishlists/ItemCard/ItemCard.svelte index 7875a82b..0a40d8d1 100644 --- a/src/lib/components/wishlists/ItemCard/ItemCard.svelte +++ b/src/lib/components/wishlists/ItemCard/ItemCard.svelte @@ -107,6 +107,7 @@ id: "item", position: "bottom", height: "max-h-fit", + padding: "md:px-12 lg:px-32 xl:px-56", meta: { item, showFor @@ -142,7 +143,7 @@