From 006b09024740a1604df4af1f6725e7e271d56f4d Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 19 Jan 2026 15:32:33 +0000 Subject: [PATCH] style: reduce padding on sign-in message to match composer Change from px-3 py-2 to px-2 py-1 to match the horizontal and vertical padding of the logged-in message composer (px-2 py-1), ensuring consistent height between logged-in and logged-out states. --- 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 b36229d..282b151 100644 --- a/src/components/ChatViewer.tsx +++ b/src/components/ChatViewer.tsx @@ -1103,7 +1103,7 @@ export function ChatViewer({ {uploadDialog} ) : ( -
+
Sign in to send messages
)}