From edbb8a5d0b55fdb22d46b455c0a30ee4edb565fd Mon Sep 17 00:00:00 2001 From: mawkone Date: Wed, 10 Jun 2026 14:15:14 -0700 Subject: [PATCH] design(chat): align composer action buttons to the right --- components/vibn-chat/chat-panel.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/vibn-chat/chat-panel.tsx b/components/vibn-chat/chat-panel.tsx index c647203c..07b7c22b 100644 --- a/components/vibn-chat/chat-panel.tsx +++ b/components/vibn-chat/chat-panel.tsx @@ -2176,7 +2176,8 @@ export function ChatPanel({ style={{ display: "flex", alignItems: "center", - justifyContent: "space-between", + justifyContent: "flex-end", + gap: 8, paddingTop: 4, }} >