Reduced send area placeholder (ugly on mobile)

This commit is contained in:
SillyLossy
2023-02-22 00:06:46 +02:00
parent 3686971848
commit 215e7cef65
2 changed files with 2 additions and 2 deletions

View File

@@ -4043,7 +4043,7 @@
</div>
</div>
<!-- <div contenteditable="true" id="send_textarea">Type a message...</div> -->
<textarea id="send_textarea" placeholder="Type a message. Send /? or /help to get help..." name="text"></textarea>
<textarea id="send_textarea" placeholder="Type a message..." name="text"></textarea>
<script type="text/javascript">
$('#send_textarea').on('input', function () {

View File

@@ -173,7 +173,7 @@ code {
line-height: 1.5rem;
min-height: calc(1.5em + 0.75rem + 2px);
max-height: 50vh;
word-wrap: breakword;
word-wrap: break-word;
height: 40px;
resize: vertical;
display: block;