From 770d86af2118b431f0b81b497d0cde7b7f1434b6 Mon Sep 17 00:00:00 2001 From: Harish Mohan Raj Date: Mon, 6 Nov 2023 18:35:15 +0530 Subject: [PATCH] Fix mobile css --- src/client/AccountPage.tsx | 4 ++-- src/client/ChatPage.jsx | 11 ++++++----- src/client/NavBar.tsx | 19 ++++++------------- 3 files changed, 14 insertions(+), 20 deletions(-) diff --git a/src/client/AccountPage.tsx b/src/client/AccountPage.tsx index 34cd862..e8b7c5d 100644 --- a/src/client/AccountPage.tsx +++ b/src/client/AccountPage.tsx @@ -14,8 +14,8 @@ export default function Example({ user }: { user: User }) { // const { data: relatedObjects, isLoading: isLoadingRelatedObjects } = useQuery(getRelatedObjects) return ( -
-
+
+

Account Information

diff --git a/src/client/ChatPage.jsx b/src/client/ChatPage.jsx index 9da35d6..7f968c8 100644 --- a/src/client/ChatPage.jsx +++ b/src/client/ChatPage.jsx @@ -49,7 +49,7 @@ const ConversationsList = ({ conversations }) => { const conversationLogo = conversation.role === "user" ?
You
: captn logo return (
-
+
@@ -135,7 +135,7 @@ export default function ChatPage(props) { return (
-
+
@@ -161,7 +162,7 @@ export default function ChatPage(props) {
{conversations && }
- {props.match.params.id ? (
+ {props.match.params.id ? (
@@ -174,7 +175,7 @@ export default function ChatPage(props) {
-
) :

Please initiate a new chat or select existing chats to resume your conversation.

} +
) :

Please initiate a new chat or select existing chats to resume your conversation.

}
diff --git a/src/client/NavBar.tsx b/src/client/NavBar.tsx index 45985c3..042c980 100644 --- a/src/client/NavBar.tsx +++ b/src/client/NavBar.tsx @@ -63,28 +63,21 @@ export default function NavBar() { - Landing Page + Home - Pricing - - - GPT + Chat Account