From c9dbb71c664dcc38d5f8c8388a0e7eba2fc5efec Mon Sep 17 00:00:00 2001 From: Sahil Garg Date: Wed, 17 Jun 2026 15:47:46 +0530 Subject: [PATCH] fix: layout fixed. --- .../src/lib/fragments/Profile/Profile.svelte | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/platforms/pictique/client/src/lib/fragments/Profile/Profile.svelte b/platforms/pictique/client/src/lib/fragments/Profile/Profile.svelte index dc571a660..02a1fc252 100644 --- a/platforms/pictique/client/src/lib/fragments/Profile/Profile.svelte +++ b/platforms/pictique/client/src/lib/fragments/Profile/Profile.svelte @@ -36,7 +36,7 @@
-
+
{ @@ -45,13 +45,16 @@ alt={profileData.username} class="h-20 w-20 rounded-full object-cover" /> -
+

{profileData?.name ?? profileData?.handle}

{profileData?.description}

{#if variant === 'other'} -
-
+
+
- +
{/if}