From df5f3d467bcb8a7c8e2c4c712464925db2cf619d Mon Sep 17 00:00:00 2001 From: Elroy Chua Date: Mon, 16 Dec 2024 10:59:57 +0800 Subject: [PATCH 1/4] refine styling for home page responsiveness --- frontend/src/app/page.tsx | 2 +- .../src/components/main-layout/main-layout.module.css | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index d866cc1..a8b6abe 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -20,7 +20,7 @@ export default function Home() { <> {/* Desktop Layout */}
-
+
diff --git a/frontend/src/components/main-layout/main-layout.module.css b/frontend/src/components/main-layout/main-layout.module.css index 547fa97..6fcd9d2 100644 --- a/frontend/src/components/main-layout/main-layout.module.css +++ b/frontend/src/components/main-layout/main-layout.module.css @@ -54,12 +54,3 @@ height: 90vh; } } - -.homePage { - max-width: 1500px; - height: 90vh; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} From b5f1748bad881b0c4ae76cd33050ca03f4380a3d Mon Sep 17 00:00:00 2001 From: Elroy Chua Date: Mon, 16 Dec 2024 13:33:19 +0800 Subject: [PATCH 2/4] refine ui --- frontend/src/app/page.tsx | 2 +- .../components/chat-list/chat-list.module.css | 54 ++++++++++--------- 2 files changed, 31 insertions(+), 25 deletions(-) diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index a8b6abe..2d729bc 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -31,7 +31,7 @@ export default function Home() { {/* Mobile Layout */}