Box heights

merge-requests/30/head
Bob Mottram 2020-11-02 18:14:00 +00:00
parent 71e5e0edaa
commit f6782d39ba
1 changed files with 2 additions and 2 deletions

View File

@ -1299,7 +1299,7 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str,
translate['One link per line. Description followed by the link.'] + \ translate['One link per line. Description followed by the link.'] + \
'<br>' '<br>'
editLinksForm += \ editLinksForm += \
' <textarea id="message" name="editedLinks" style="height:50vh">' + \ ' <textarea id="message" name="editedLinks" style="height:80vh">' + \
linksStr + '</textarea>' linksStr + '</textarea>'
editLinksForm += \ editLinksForm += \
'</div>' '</div>'
@ -1419,7 +1419,7 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str,
'https://gitlab.com/bashrc2/epicyon/-/raw/main/hashtagrules.txt' + \ 'https://gitlab.com/bashrc2/epicyon/-/raw/main/hashtagrules.txt' + \
'">' + translate['See instructions'] + '</a>\n' '">' + translate['See instructions'] + '</a>\n'
editNewswireForm += ' <textarea id="message" ' + \ editNewswireForm += ' <textarea id="message" ' + \
'name="hashtagRulesList" style="height:200px">' + \ 'name="hashtagRulesList" style="height:50vh">' + \
hashtagRulesStr + '</textarea>\n' hashtagRulesStr + '</textarea>\n'
editNewswireForm += \ editNewswireForm += \