From 4bad948542ed3aacd15228c5e928f5bfdbe49b80 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 14 May 2026 10:48:08 -0600 Subject: [PATCH] Improve mobile layout and spacing --- web/src/components/chat/ChatSettings.tsx | 4 ++-- web/src/components/chat/ChatStartingState.tsx | 4 +++- web/src/pages/Chat.tsx | 10 +++++----- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/web/src/components/chat/ChatSettings.tsx b/web/src/components/chat/ChatSettings.tsx index 5b3dd64290..0f68ef22d6 100644 --- a/web/src/components/chat/ChatSettings.tsx +++ b/web/src/components/chat/ChatSettings.tsx @@ -35,12 +35,12 @@ export default function ChatSettings({ const trigger = ( ); diff --git a/web/src/components/chat/ChatStartingState.tsx b/web/src/components/chat/ChatStartingState.tsx index e6b611bf9a..a0a3a044c8 100644 --- a/web/src/components/chat/ChatStartingState.tsx +++ b/web/src/components/chat/ChatStartingState.tsx @@ -54,7 +54,9 @@ export function ChatStartingState({ onSendMessage }: ChatStartingStateProps) {

{t("title")}

-

{t("subtitle")}

+

+ {t("subtitle")} +

diff --git a/web/src/pages/Chat.tsx b/web/src/pages/Chat.tsx index ee881d127b..970fa3d364 100644 --- a/web/src/pages/Chat.tsx +++ b/web/src/pages/Chat.tsx @@ -165,16 +165,16 @@ export default function ChatPage() { return (
-
+
{hasStarted && ( )}
{hasStarted ? ( -
+
{messages.map((msg, i) => { const isLastAssistant = i === messages.length - 1 && msg.role === "assistant"; @@ -295,7 +295,7 @@ export default function ChatPage() {
{hasStarted && ( -
+