Improve: font-size-change

This commit is contained in:
cutls
2020-05-15 12:47:01 +09:00
parent 917cd322fc
commit cf6e5b5dd5
14 changed files with 350 additions and 342 deletions

View File

@@ -430,7 +430,7 @@ function redraft(id, acct_id) {
$('#preview').append(
'<img src="' +
json.media_attachments[i].preview_url +
'" style="width:50px; max-height:100px;">'
'" style="width:3.8rem; max-height:7.7rem;">'
)
} else {
break