From ffef5de9efb2ddeaa0806bd8eac9d6206f75cf68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E9=98=BF=E6=B1=9F=28Relakkes?= =?UTF-8?q?=29?= Date: Sun, 10 May 2026 12:24:51 +0800 Subject: [PATCH] fix(desktop): fix project context chip left-aligned in compact mode --- desktop/src/components/chat/ChatInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src/components/chat/ChatInput.tsx b/desktop/src/components/chat/ChatInput.tsx index 39f6fd58..7a203caa 100644 --- a/desktop/src/components/chat/ChatInput.tsx +++ b/desktop/src/components/chat/ChatInput.tsx @@ -986,7 +986,7 @@ export function ChatInput({ variant = 'default', compact = false }: ChatInputPro {!isMemberSession && ( -
+
{messageCount > 0 ? (