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

view/theme/frio/templates/jot.tpl

index e04b942df45b03e54a0034971d9d191824ff401a..cfab1445699fee21c94eb1c17d6131d28697e229 100644 (file)
 
                                        {{* The jot text field in which the post text is inserted *}}
                                        <div id="jot-text-wrap" class="dropzone">
-                                               <textarea rows="2" cols="64" class="profile-jot-text form-control text-autosize" id="profile-jot-text" name="body" placeholder="{{$share}}" onFocus="jotTextOpenUI(this);" onBlur="jotTextCloseUI(this);" style="min-width:100%; max-width:100%;" dir="auto" onkeydown="sendOnCtrlEnter(event, 'profile-jot-submit')">{{if $content}}{{$content nofilter}}{{/if}}</textarea>
+                                               <textarea rows="8" cols="64" class="profile-jot-text form-control text-autosize" id="profile-jot-text" name="body" placeholder="{{$share}}" onFocus="jotTextOpenUI(this);" onBlur="jotTextCloseUI(this);" style="min-width:100%; max-width:100%;" dir="auto" onkeydown="sendOnCtrlEnter(event, 'profile-jot-submit')">{{if $content}}{{$content nofilter}}{{/if}}</textarea>
                                        </div>
 
                                        <ul id="profile-jot-submit-wrapper" class="jothidden nav nav-pills">