mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Update comment_item.tpl
Increased rows from 3 to 8 which still fits mobile screens
This commit is contained in:
parent
0ec7991a20
commit
7c56cb3132
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
</p>
|
||||
<div id="dropzone-{{$id}}" class="dropzone">
|
||||
<p>
|
||||
<textarea id="comment-edit-text-{{$id}}" class="dropzone comment-edit-text-empty form-control text-autosize" name="body" placeholder="{{$comment}}" rows="3" data-default="{{$default}}" dir="auto" onkeydown="sendOnCtrlEnter(event, 'comment-edit-submit-{{$id}}')">{{$default}}</textarea>
|
||||
<textarea id="comment-edit-text-{{$id}}" class="dropzone comment-edit-text-empty form-control text-autosize" name="body" placeholder="{{$comment}}" rows="8" data-default="{{$default}}" dir="auto" onkeydown="sendOnCtrlEnter(event, 'comment-edit-submit-{{$id}}')">{{$default}}</textarea>
|
||||
</p>
|
||||
</div>
|
||||
{{if $qcomment}}
|
||||
|
|
Loading…
Reference in a new issue