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 b86cc3f commit 3a72235Copy full SHA for 3a72235
src/components/ChatInput.tsx
@@ -795,7 +795,7 @@ export const ChatInput: React.FC<ChatInputProps> = ({
795
>
796
<Context1MCheckbox modelString={preferredModel} />
797
</div>
798
- <div className="max-@[700px]:hidden ml-auto flex items-center">
+ <div className="max-@[700px]:hidden flex items-center">
799
<div
800
className={cn(
801
"flex gap-0 bg-toggle-bg rounded",
0 commit comments