From 50a182ecfe3902386d4690e5200d21568e3ba643 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Thu, 30 Oct 2025 21:38:37 -0500 Subject: [PATCH] Fix mobile responsiveness for anonymous signup dialogs - Add viewport margins to prevent edge-to-edge stretching on mobile - Add vertical scrolling and height constraints for longer dialogs - Improve text wrapping for checkbox labels and input fields - Apply fixes to GuestPaymentWarningDialog, GuestSignupWarningDialog, GuestCredentialsDialog, and VerificationModal Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- frontend/src/components/GuestCredentialsDialog.tsx | 6 +++--- .../src/components/GuestPaymentWarningDialog.tsx | 2 +- .../src/components/GuestSignupWarningDialog.tsx | 14 +++++++------- frontend/src/components/VerificationModal.tsx | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/GuestCredentialsDialog.tsx b/frontend/src/components/GuestCredentialsDialog.tsx index 975a25e3..580eca84 100644 --- a/frontend/src/components/GuestCredentialsDialog.tsx +++ b/frontend/src/components/GuestCredentialsDialog.tsx @@ -50,7 +50,7 @@ export function GuestCredentialsDialog({ return ( e.preventDefault()} onEscapeKeyDown={(e) => e.preventDefault()} > @@ -88,7 +88,7 @@ export function GuestCredentialsDialog({ Your Account ID
- +