style: resize images and videos for better visuals

This commit is contained in:
codytseng
2025-05-08 22:34:33 +08:00
parent ee6780dc69
commit aa24ad83e5
6 changed files with 106 additions and 169 deletions

View File

@@ -55,7 +55,7 @@ export default function ReplyNote({
</div>
{parentEvent && (
<ParentNotePreview
className="mt-1"
className="mt-2"
event={parentEvent}
onClick={(e) => {
e.stopPropagation()
@@ -65,7 +65,7 @@ export default function ReplyNote({
)}
{show ? (
<>
<Content className="mt-1" event={event} size="small" />
<Content className="mt-2" event={event} />
<NoteStats className="mt-2" event={event} variant="reply" />
</>
) : (