From f0ab2c50be8410e2ad882a2f333dcd4211a5b377 Mon Sep 17 00:00:00 2001 From: Zane <75694352+zanesq@users.noreply.github.com> Date: Thu, 25 Sep 2025 13:51:13 -0700 Subject: [PATCH] fix chat button alignment and spacing for attachments (#4794) --- ui/desktop/src/components/ChatInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/desktop/src/components/ChatInput.tsx b/ui/desktop/src/components/ChatInput.tsx index b19c32be..aff49368 100644 --- a/ui/desktop/src/components/ChatInput.tsx +++ b/ui/desktop/src/components/ChatInput.tsx @@ -1325,7 +1325,7 @@ export default function ChatInput({ {/* Inline action buttons on the right */} -
+
{/* Microphone button - show only if dictation is enabled */} {dictationSettings?.enabled && ( <> @@ -1472,7 +1472,7 @@ export default function ChatInput({ {/* Combined files and images preview */} {(pastedImages.length > 0 || allDroppedFiles.length > 0) && ( -
+
{/* Render pasted images first */} {pastedImages.map((img) => (