]> git.mxchange.org Git - friendica.git/commitdiff
Update comment_item.tpl
authorRaroun <Raroun@users.noreply.github.com>
Sun, 17 Dec 2023 07:02:33 +0000 (08:02 +0100)
committerGitHub <noreply@github.com>
Sun, 17 Dec 2023 07:02:33 +0000 (08:02 +0100)
Increased rows from 3 to 8 which still fits mobile screens

view/theme/frio/templates/comment_item.tpl

index 5e90589c6dea54e8928520e7beb0964753b7ab88..ce3d4f526ed543729d4b3d9c8f344b72884c2ad0 100644 (file)
@@ -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}}