feat: adjust styles

This commit is contained in:
Henry Li
2026-01-22 11:42:25 +08:00
parent 54710960cb
commit 93842e81a4
2 changed files with 13 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ export default function ChatPage() {
</div>
)}
<div className="absolute -top-4 right-0 left-0 z-0">
<div className="absolute right-0 bottom-0 left-0 px-4">
<div className="absolute right-0 bottom-0 left-0">
<TodoList
className="bg-background/5"
todos={thread.values.todos ?? []}