feat: adjust styles

This commit is contained in:
Henry Li
2026-01-22 14:28:10 +08:00
parent 9df56299c1
commit dc9d28018c
3 changed files with 7 additions and 1 deletions

View File

@@ -171,6 +171,7 @@ export default function ChatPage() {
</div>
<InputBox
className={cn("bg-background/5 w-full -translate-y-4")}
isNewThread={isNewThread}
autoFocus={isNewThread}
status={thread.isLoading ? "streaming" : "ready"}
context={settings.context}