mirror of https://gitlab.com/bashrc2/epicyon
Less height
parent
6df30d02c0
commit
938ad6376d
|
@ -88,7 +88,7 @@ def htmlWelcomeProfile(baseDir: str, nickname: str, domain: str,
|
|||
profileForm += ' <label class="labels">' + \
|
||||
translate['Your bio'] + '</label><br>\n'
|
||||
profileForm += ' <textarea id="message" name="bio" ' + \
|
||||
'style="height:200px">' + bioStr + '</textarea>\n'
|
||||
'style="height:100px">' + bioStr + '</textarea>\n'
|
||||
profileForm += '</div>\n'
|
||||
|
||||
profileForm += '<div class="container next">\n'
|
||||
|
|
Loading…
Reference in New Issue