From db9e0d4e36593f5fa224fc1205a6ff49b75d01b8 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 21 Aug 2025 11:23:25 -0400 Subject: [PATCH] fix: align avatar height with hamburger nav on mobile --- src/lib/components/util/Profile.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/util/Profile.svelte b/src/lib/components/util/Profile.svelte index 8882074..b9ce5f7 100644 --- a/src/lib/components/util/Profile.svelte +++ b/src/lib/components/util/Profile.svelte @@ -387,7 +387,7 @@ } -
+
{#if !userState.signedIn}