From 18ce7c8f2f385e812d1b3c459f19a04b1c8480c9 Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Wed, 18 Sep 2024 03:21:46 +0530 Subject: [PATCH] fix(mobile): minor changes --- frontend/src/App.tsx | 4 ++-- frontend/src/Navigation.tsx | 2 +- frontend/src/conversation/Conversation.tsx | 8 ++++---- frontend/src/index.css | 3 ++- frontend/src/settings/index.tsx | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index c4f8e8b7..0537e695 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -18,10 +18,10 @@ function MainLayout() { const [navOpen, setNavOpen] = useState(!isMobile); return ( -
+
-
+