From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1741185654; bh=gbWLUXpHrLQ+2HQj44XHS1JINKlkk+/+7oOMCphP138=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Transfer-Encoding:Message-ID:Date:From: Reply-To:Subject:To:Cc:In-Reply-To:References:Resent-Date: Resent-From:Resent-To:Resent-Cc:User-Agent:Content-Type: Content-Transfer-Encoding; b=hRthB10xBr/SCoFvCA0fjjGEl2oUxQCeRrB3W8rB1SR21/bM3ctauDFpWM+tdmPBL +aLSdJJlINIpw9KK5hXfQ1VXpke1gD/4I7KUAlBUzmq+Z3h1KXKkF+YPBQT9f9eszr v2lVcQXU8mbECS7L79S2j825jK8yW0Wy2R1iPq+njWr9C0ZWjXblnHiMiWqZcPO1xB GyFb7MnbgqmwahppOnrl+lR6gxVuuFohkRp4WF6qgXdaiOLjiEknHRPewYtfae0QJi qODhBMo+ubW/04GWKWXgrz0Vvih1Mdqo+QbMoNnS9NWK4WrzCtURj0blz7+IdnoEm3 vhDJ5+e7j9/vw== Received: from localhost.localdomain (unknown [203.217.140.198]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 2459420B4832; Wed, 5 Mar 2025 14:40:52 +0000 (UTC) From: Muhammad Rizki To: Ammar Faizi Cc: Muhammad Rizki , Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: [PATCH v1 05/17] fix(profile): fix edit avatar button position Date: Wed, 5 Mar 2025 21:40:04 +0700 Message-ID: <20250305144018.267-6-kiizuha@gnuweeb.org> X-Mailer: git-send-email 2.46.0.windows.1 In-Reply-To: <20250305144018.267-1-kiizuha@gnuweeb.org> References: <20250305144018.267-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Previously, edit button has an issue where the button position is not correctly positioned. Signed-off-by: Muhammad Rizki --- src/routes/(protected)/settings/profile/+page.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/(protected)/settings/profile/+page.svelte b/src/routes/(protected)/settings/profile/+page.svelte index 05f62b8..73edb8a 100644 --- a/src/routes/(protected)/settings/profile/+page.svelte +++ b/src/routes/(protected)/settings/profile/+page.svelte @@ -45,10 +45,10 @@ class="flex w-full max-w-5xl flex-col gap-y-8 lg:flex-row lg:justify-between lg:gap-x-8 lg:gap-y-0" >
- + {#snippet children({ props })} - + {getShortName()} @@ -137,10 +137,10 @@