mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 12:24:46 +08:00
feat: adjust position
This commit is contained in:
@@ -244,7 +244,7 @@ export default function ChatPage() {
|
|||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"relative w-full",
|
"relative w-full",
|
||||||
isNewThread && "-translate-y-[calc(50vh-160px)]",
|
isNewThread && "-translate-y-[calc(50vh-96px)]",
|
||||||
isNewThread
|
isNewThread
|
||||||
? "max-w-(--container-width-sm)"
|
? "max-w-(--container-width-sm)"
|
||||||
: "max-w-(--container-width-md)",
|
: "max-w-(--container-width-md)",
|
||||||
|
|||||||
Reference in New Issue
Block a user