style: resize images and videos for better visuals
This commit is contained in:
parent
ee6780dc69
commit
aa24ad83e5
6 changed files with 106 additions and 169 deletions
|
|
@ -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" />
|
||||
</>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue