From c8eb9a6c5ff999d23080441ab3c204f406a4286e Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Sun, 26 Apr 2026 18:04:42 +0300 Subject: [PATCH] feat: widen chat content area Chat messages use more horizontal space Chat input keeps its previous max width --- packages/ui/src/components/chat/ChatInput.tsx | 2 +- packages/ui/src/styles/typography.css | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/components/chat/ChatInput.tsx b/packages/ui/src/components/chat/ChatInput.tsx index e18adf87..f0b2e845 100644 --- a/packages/ui/src/components/chat/ChatInput.tsx +++ b/packages/ui/src/components/chat/ChatInput.tsx @@ -3306,7 +3306,7 @@ const ChatInputComponent: React.FC = ({ onOpenSettings, scrollTo )} style={isMobile && inputBarOffset > 0 ? { marginBottom: `${inputBarOffset}px` } : undefined} > -
+