feat: chat input padding

This commit is contained in:
Naiyuan Qing 2026-02-05 19:02:38 +08:00
parent 039a625dbd
commit 21312abd01

View file

@ -233,7 +233,7 @@ export function ChatView({
</div>
)}
<footer className="container px-4 pb-2 pt-1">
<footer className="container px-4 pb-3 pt-1">
<ChatInput
onSubmit={sendMessage}
disabled={isLoading || !!error}