From 5aa7d51974a02851cd6524ebb190f332e1d41b2a Mon Sep 17 00:00:00 2001 From: Jason Chuang Date: Sat, 7 Mar 2026 01:43:47 +0800 Subject: [PATCH] minor adjust login page layout --- src/pages/authentication/AuthWrapper.js | 38 +++++++++++++++++++------ 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/src/pages/authentication/AuthWrapper.js b/src/pages/authentication/AuthWrapper.js index f5b6b4c..8ec5b56 100644 --- a/src/pages/authentication/AuthWrapper.js +++ b/src/pages/authentication/AuthWrapper.js @@ -190,17 +190,20 @@ const AuthWrapper = ({ children }) => { direction="row" justifyContent="space-between" alignItems="center" - sx={{ minHeight: '87vh' }} + sx={{ + minHeight: { xs: '100vh', md: '87vh' }, + flexDirection: { xs: 'column', md: 'row' } + }} > - + - + {checkPaymentSuspension() ? (
{ spacing={2} sx={{ minHeight: { md: 'calc(50vh)' } }} > - + @@ -255,12 +258,29 @@ const AuthWrapper = ({ children }) => { - + {children}