More height for pgp key entry

main
Bob Mottram 2021-03-06 15:29:10 +00:00
parent 8e7e39a2be
commit beba75f9bc
1 changed files with 1 additions and 1 deletions

View File

@ -1598,7 +1598,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
editProfileForm += \
' <textarea id="message" placeholder=' + \
'"-----BEGIN PGP PUBLIC KEY BLOCK-----" name="pgp" ' + \
'style="height:100px" spellcheck="false">' + \
'style="height:600px" spellcheck="false">' + \
PGPpubKey + '</textarea>\n'
editProfileForm += '<a href="/users/' + nickname + \
'/followingaccounts"><label class="labels">' + \