mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Reduced send area placeholder (ugly on mobile)
This commit is contained in:
@@ -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 () {
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user