From 3f73afb6936864d83caf13efb0585a018b65be0f Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 26 Jul 2026 12:53:09 +0200 Subject: [PATCH] Wrap required profile form in a styled surface container for consistent UI with onboarding screens. Adjust layout and input widths in required form for better alignment and responsiveness. --- web/components/required-profile-form.tsx | 13 +++++++++---- web/pages/signup.tsx | 16 +++++++++++----- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/web/components/required-profile-form.tsx b/web/components/required-profile-form.tsx index 746edf88..fe402ac1 100644 --- a/web/components/required-profile-form.tsx +++ b/web/components/required-profile-form.tsx @@ -92,13 +92,13 @@ export const RequiredProfileUserForm = (props: { {/* {t('profile.basics.subtitle', 'Write your own bio, your own way.')}*/} {/* */} {/*)}*/} - + {(step === 0 || profileCreatedAlready) && ( - + {t('profile.basics.username', 'Username')} - + +