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;