This commit is contained in:
ayato 2025-01-23 14:22:03 +00:00 committed by GitHub
commit 4190b02b1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1321,7 +1321,7 @@ u(document).on("click", ".musicIcon.edit-icon", (e) => {
<div style="margin-top: 11px"> <div style="margin-top: 11px">
${tr("lyrics")} ${tr("lyrics")}
<textarea name="lyrics" maxlength="5000" style="max-height: 200px;">${lyrics ?? ""}</textarea> <textarea name="lyrics" maxlength="5000" style="resize: vertical; max-height: 285px;">${lyrics ?? ""}</textarea>
</div> </div>
<div style="margin-top: 11px"> <div style="margin-top: 11px">