mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-20 00:49:05 +08:00
feat: adjust alignment
This commit is contained in:
parent
c5c8b65b80
commit
ee12c273f1
@ -108,7 +108,7 @@ export function MessagesBlock({ className }: { className?: string }) {
|
||||
<Welcome />
|
||||
</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" }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.5 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user