feat: adjust position

This commit is contained in:
Henry Li
2026-02-06 09:39:20 +08:00
parent 85128f5f14
commit f391060573

View File

@@ -244,7 +244,7 @@ export default function ChatPage() {
<div
className={cn(
"relative w-full",
isNewThread && "-translate-y-[calc(50vh-160px)]",
isNewThread && "-translate-y-[calc(50vh-96px)]",
isNewThread
? "max-w-(--container-width-sm)"
: "max-w-(--container-width-md)",