feat: collapse long notes
This commit is contained in:
parent
3ffad2ed49
commit
3a98629617
16 changed files with 95 additions and 28 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue