forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2023-10-05 15:29:11 +03:00
parent 0e6c996cf4
commit 6368ad7e9a
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@
</div>
{{emoji_btn('input-text-chat')}}
{{file_btn('input-text-chat', False, True)}}
{{file_btn('file', False, True)}}
<textarea id="input-text-chat" minlength="1" maxlength="{% if SITE == 'rdrama.net' %}200{% else %}1000{% endif %}" {% if g.browser in ("iphone","mac") %}style="font-size:16px!important"{% endif %} class="file-ta form-control ml-2" placeholder="Message" autocomplete="off" autofocus rows="1"></textarea>