From 06e86e14e9f401e21bb74f8264ef77c1092cb0ff Mon Sep 17 00:00:00 2001 From: Jared Schoeny Date: Fri, 28 Nov 2025 17:05:49 -1000 Subject: [PATCH] Fix AccountForm avatar on mobile --- src/components/Account/AccountForm.tsx | 6 +++--- src/components/Account/Avatar.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Account/AccountForm.tsx b/src/components/Account/AccountForm.tsx index 14043fa..e72e6b1 100644 --- a/src/components/Account/AccountForm.tsx +++ b/src/components/Account/AccountForm.tsx @@ -63,7 +63,7 @@ export default function AccountForm({ user, profile }: { user: User | null, prof return (
-
+
-
{fullname || No name}
-
{username ? `@${username}` : No username}
+
{fullname || No name}
+
{username ? `@${username}` : No username}
Update your profile details and avatar.
diff --git a/src/components/Account/Avatar.tsx b/src/components/Account/Avatar.tsx index f31fbde..2d6a677 100644 --- a/src/components/Account/Avatar.tsx +++ b/src/components/Account/Avatar.tsx @@ -140,7 +140,7 @@ export default function Avatar({ {isEditable && (