From 3ddafa4fff291564e69ff0666e702113354563a8 Mon Sep 17 00:00:00 2001 From: Dogma <103559271+ArtificialDogma@users.noreply.github.com> Date: Fri, 3 May 2024 00:20:10 +1000 Subject: [PATCH] Additional responsive changes [Login] - Updated responsive design for login screen to go fill the entire screen when on small screen sizes i.e. mobile --- frontend/react/src/ui/modals/components/card.tsx | 2 +- frontend/react/src/ui/modals/components/modal.tsx | 2 +- frontend/react/src/ui/modals/login.tsx | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/react/src/ui/modals/components/card.tsx b/frontend/react/src/ui/modals/components/card.tsx index 803b20b8..e551a5cb 100644 --- a/frontend/react/src/ui/modals/components/card.tsx +++ b/frontend/react/src/ui/modals/components/card.tsx @@ -6,7 +6,7 @@ export function Card(props: { children?: JSX.Element | JSX.Element[], className?: string }) { - return
+
+