We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fece7 commit 7b777bfCopy full SHA for 7b777bf
src/components/ChatInput.tsx
@@ -747,7 +747,7 @@ export const ChatInput: React.FC<ChatInputProps> = ({
747
Editing message ({formatKeybind(KEYBINDS.CANCEL_EDIT)} to cancel)
748
</div>
749
)}
750
- <div className="flex flex-wrap items-center gap-3">
+ <div className="flex flex-wrap items-center justify-between">
751
{/* Model Selector - always visible */}
752
<div
753
className="flex items-center"
0 commit comments