From 5c1434a2e7bef767822e42e6fb97f09183eb7318 Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 25 Feb 2026 12:01:21 -0600 Subject: [PATCH] fixed chat drawer mobile formatting --- src/chat/Chat.tsx | 18 ++++++++++-------- src/chat/ChatDrawer.tsx | 4 +++- src/chat/ChatOutput.tsx | 1 + src/pages/Team.tsx | 2 +- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/chat/Chat.tsx b/src/chat/Chat.tsx index f360ed7..fde8a96 100644 --- a/src/chat/Chat.tsx +++ b/src/chat/Chat.tsx @@ -92,14 +92,16 @@ export default function Chat(props: Props) { ) : ( - - - + + + + + diff --git a/src/chat/ChatDrawer.tsx b/src/chat/ChatDrawer.tsx index 534b950..69ba35f 100644 --- a/src/chat/ChatDrawer.tsx +++ b/src/chat/ChatDrawer.tsx @@ -23,8 +23,10 @@ const useStyles = makeStyles((theme: Theme) => ({ }, chatDrawerMobile: { backgroundColor: theme.palette.background.default, - height: "auto", + height: "100vh", width: "100%", + display: "flex", // add this + flexDirection: "column", // add this }, drawerHeader: { display: "flex", diff --git a/src/chat/ChatOutput.tsx b/src/chat/ChatOutput.tsx index a40328e..198690b 100644 --- a/src/chat/ChatOutput.tsx +++ b/src/chat/ChatOutput.tsx @@ -72,6 +72,7 @@ export default function ChatOutput(props: Props) { {props.messages.length < props.totalMessages && ( diff --git a/src/pages/Team.tsx b/src/pages/Team.tsx index 5d2d7ad..1fa32ba 100644 --- a/src/pages/Team.tsx +++ b/src/pages/Team.tsx @@ -223,7 +223,7 @@ export default function TeamPage() { const isStreamline = IsStreamline() return ( - + {title()}