mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 23:46:50 +00:00
feat: add flip display effect
This commit is contained in:
@@ -28,7 +28,7 @@ export function MessageList({
|
||||
<Conversation
|
||||
className={cn("flex size-full flex-col justify-center pt-2", className)}
|
||||
>
|
||||
<ConversationContent className="mx-auto w-full max-w-(--container-width-md) gap-12">
|
||||
<ConversationContent className="mx-auto w-full max-w-(--container-width-md) gap-10">
|
||||
{groupMessages(
|
||||
thread.messages,
|
||||
(groupedMessages) => {
|
||||
|
||||
Reference in New Issue
Block a user