From ae2063b617a2f87c4af9ed9daf82c4458d724f2f Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 12 Jan 2026 21:17:06 +0000 Subject: [PATCH] ui: remove bottom padding from chat composer --- src/components/ChatViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChatViewer.tsx b/src/components/ChatViewer.tsx index de046e9..6906967 100644 --- a/src/components/ChatViewer.tsx +++ b/src/components/ChatViewer.tsx @@ -756,7 +756,7 @@ export function ChatViewer({ {/* Message composer - only show if user has active account */} {hasActiveAccount ? ( -
+
{replyTo && (