mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-06-30 23:12:16 +02:00
Fix: comment box
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -45,7 +45,7 @@
|
|||||||
var wrap = document.createElement('div');
|
var wrap = document.createElement('div');
|
||||||
wrap.className = 'comment-form';
|
wrap.className = 'comment-form';
|
||||||
wrap.innerHTML =
|
wrap.innerHTML =
|
||||||
'<textarea class="comment-form__input" placeholder="' + escHtml(placeholder) + '" rows="3" maxlength="2000"></textarea>' +
|
'<textarea class="comment-form__input" placeholder="' + escHtml(placeholder) + '" rows="4" maxlength="2000" style="resize:none;width:100%;"></textarea>' +
|
||||||
'<div class="comment-form__footer">' +
|
'<div class="comment-form__footer">' +
|
||||||
'<span class="comment-form__counter">0 / 2000</span>' +
|
'<span class="comment-form__counter">0 / 2000</span>' +
|
||||||
'<button class="comment-form__submit">' + escHtml(submitLabel) + '</button>' +
|
'<button class="comment-form__submit">' + escHtml(submitLabel) + '</button>' +
|
||||||
|
|||||||
Reference in New Issue
Block a user