feat: collapse long notes

This commit is contained in:
codytseng
2025-04-28 22:32:52 +08:00
parent 3ffad2ed49
commit 3a98629617
16 changed files with 95 additions and 28 deletions

View File

@@ -119,7 +119,7 @@ export default function NormalPostContent({
{parentEvent && (
<ScrollArea className="flex max-h-48 flex-col overflow-y-auto rounded-lg border bg-muted/40">
<div className="p-2 sm:p-3 pointer-events-none">
<Note size="small" event={parentEvent} hideStats hideParentNotePreview />
<Note size="small" event={parentEvent} hideParentNotePreview />
</div>
</ScrollArea>
)}