mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 12:24:46 +08:00
feat: adjust alignment
This commit is contained in:
@@ -108,7 +108,7 @@ export function MessagesBlock({ className }: { className?: string }) {
|
|||||||
<Welcome />
|
<Welcome />
|
||||||
</div>
|
</div>
|
||||||
<motion.div
|
<motion.div
|
||||||
className="h-42 w-full items-center justify-center"
|
className="mb-4 h-fit w-full items-center justify-center"
|
||||||
initial={{ opacity: 0, y: "20vh" }}
|
initial={{ opacity: 0, y: "20vh" }}
|
||||||
animate={{ opacity: 1, y: 0 }}
|
animate={{ opacity: 1, y: 0 }}
|
||||||
transition={{ duration: 0.5 }}
|
transition={{ duration: 0.5 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user