forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-20 01:15:24 +02:00
parent a4aa26daad
commit 1accfe8911
1 changed files with 13 additions and 0 deletions

View File

@ -30,6 +30,19 @@
<div id="chat-window">
<div id="chat-text" class="fullchat">
</div>
<div id="system-template">
<div class="system-line">
<p class="message text-muted"></p>
</div>
</div>
</div>
<div class="position-relative form-group d-flex pb-3">
<div class="position-absolute text-muted text-small" style="bottom: -1.5rem; line-height: 1;">
<span id="typing-indicator"></span>
<span id="loading-indicator" class="d-none"></span>
</div>
<input id="input-text" type="text" class="form-control" placeholder="Message" autocomplete="off" autofocus />
<button id="chatsend" class="btn btn-primary ml-3" type="submit">Send</button>
</div>
</div>