fix(adiuvAI): collapse chip height in compact mode to preserve hero shrink
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user