From fad67499e720d1ad9c9d07ee197744b59777b38c Mon Sep 17 00:00:00 2001 From: Mckay Wrigley Date: Sat, 18 Mar 2023 04:29:39 -0600 Subject: [PATCH] mobile improvements --- components/Chat/Chat.tsx | 2 +- components/Chat/ChatInput.tsx | 2 +- components/Chat/ChatMessage.tsx | 8 ++++---- pages/index.tsx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/Chat/Chat.tsx b/components/Chat/Chat.tsx index 317f6d0..d8d6fe2 100644 --- a/components/Chat/Chat.tsx +++ b/components/Chat/Chat.tsx @@ -57,7 +57,7 @@ export const Chat: FC = ({ model, messages, loading, lightMode, onSend, o )} -
+
diff --git a/components/Chat/ChatInput.tsx b/components/Chat/ChatInput.tsx index 234b62e..4cfd168 100644 --- a/components/Chat/ChatInput.tsx +++ b/components/Chat/ChatInput.tsx @@ -47,7 +47,7 @@ export const ChatInput: FC = ({ onSend }) => { return (
-
+