From 3110c0275f9d99e90c86d79c40a6010e8da6c07d Mon Sep 17 00:00:00 2001 From: sp mac bookpro 2605 Date: Sat, 6 Jun 2026 14:16:36 +0800 Subject: [PATCH] chat: tweak session actions labels and positioning --- src/pages/chat/components/ChatInput.tsx | 6 +++--- src/styles.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/chat/components/ChatInput.tsx b/src/pages/chat/components/ChatInput.tsx index 1e43c96..113e131 100644 --- a/src/pages/chat/components/ChatInput.tsx +++ b/src/pages/chat/components/ChatInput.tsx @@ -62,9 +62,9 @@ export default function ChatInput(props: { ))} - +
-
+
diff --git a/src/styles.css b/src/styles.css index 60e862c..1af5ae2 100644 --- a/src/styles.css +++ b/src/styles.css @@ -757,7 +757,7 @@ body { .chat-input-actions { position: absolute; - top: -10px; + top: -24px; right: 8px; display: flex; gap: 4px;