fix(adiuvAI): collapse chip height in compact mode to preserve hero shrink

This commit is contained in:
Roberto
2026-05-12 14:32:51 +02:00
parent 93144b9de8
commit 66448a25f4

View File

@@ -470,7 +470,7 @@ export function ProjectDetail({ projectId, initialTab }: ProjectDetailProps) {
<div
className={cn(
'shrink-0 overflow-hidden transition-all duration-200 ease-out',
compact ? 'max-w-0 opacity-0' : 'max-w-xs opacity-100',
compact ? 'max-w-0 max-h-0 opacity-0' : 'max-w-xs max-h-8 opacity-100',
)}
>
<FolderChip