Skip to content

Commit 3a72235

Browse files
committed
🤖 Remove ml-auto for even spacing across all controls
All controls now have consistent gap-3 spacing with no special rules.
1 parent b86cc3f commit 3a72235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChatInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ export const ChatInput: React.FC<ChatInputProps> = ({
795795
>
796796
<Context1MCheckbox modelString={preferredModel} />
797797
</div>
798-
<div className="max-@[700px]:hidden ml-auto flex items-center">
798+
<div className="max-@[700px]:hidden flex items-center">
799799
<div
800800
className={cn(
801801
"flex gap-0 bg-toggle-bg rounded",

0 commit comments

Comments
 (0)