mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-25 01:04:21 +01:00
feat: adjust thinking card margin
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user