From 5755bd31843a1373916e54a55ad84c52a73f6dc7 Mon Sep 17 00:00:00 2001 From: Gregor Lohaus Date: Thu, 18 Jun 2026 02:49:05 +0200 Subject: [PATCH] fix chat mobile cutoff --- src/app/chat/_components/ChatInterface.tsx | 2 +- src/app/chat/_components/Messages.tsx | 2 +- src/app/chat/page.tsx | 4 ++-- src/app/layout.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/chat/_components/ChatInterface.tsx b/src/app/chat/_components/ChatInterface.tsx index 93440c6..b52fd7f 100644 --- a/src/app/chat/_components/ChatInterface.tsx +++ b/src/app/chat/_components/ChatInterface.tsx @@ -114,7 +114,7 @@ function AuthenticatedChatInterface({ dbMessages, sessionId }: ChatInterfaceProp )} -
+