feat: adjust thinking card margin

This commit is contained in:
d-kimsuon
2025-09-01 03:38:17 +09:00
parent 64f7ee9592
commit 04cfb9f4e2

View File

@@ -31,7 +31,7 @@ export const AssistantConversationContent: FC<{
if (content.type === "thinking") {
return (
<Card className="bg-muted/50 border-dashed gap-2 py-3">
<Card className="bg-muted/50 border-dashed gap-2 py-3 mb-2">
<Collapsible>
<CollapsibleTrigger asChild>
<CardHeader className="cursor-pointer hover:bg-muted/80 rounded-t-lg transition-colors py-0 px-4">