replied note auto height, resized feed imgs

This commit is contained in:
Martti Malmi
2024-01-11 08:55:43 +02:00
parent 21e1202b97
commit 76d3c78c0a
5 changed files with 26 additions and 9 deletions

View File

@ -612,7 +612,7 @@ export function NoteCreator() {
<h4>
<FormattedMessage defaultMessage="Reply To" id="8ED/4u" />
</h4>
<div className="h-64 overflow-y-auto">
<div className="max-h-64 overflow-y-auto">
<Note data={note.replyTo} options={replyToNoteOptions} />
</div>
<hr className="border-border-color border-1 -mx-6" />
@ -623,7 +623,7 @@ export function NoteCreator() {
<h4>
<FormattedMessage defaultMessage="Quote Repost" id="C7642/" />
</h4>
<div className="h-64 overflow-y-auto">
<div className="max-h-64 overflow-y-auto">
<Note data={note.quote} options={quoteNoteOptions} />
</div>
<hr className="border-border-color border-1 -mx-6" />