From 3c0a6860fcf27343e98389972752e63be0b8dc61 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 --- vibn-frontend/components/vibn-chat/chat-panel.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vibn-frontend/components/vibn-chat/chat-panel.tsx b/vibn-frontend/components/vibn-chat/chat-panel.tsx index c647203c..07b7c22b 100644 --- a/vibn-frontend/components/vibn-chat/chat-panel.tsx +++ b/vibn-frontend/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, }} >