forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-02 17:47:24 +02:00
parent 50b9632efa
commit 4dd9e51bfd
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@
margin-top: 0.5rem; margin-top: 0.5rem;
} }
#chat-window { #chat-window {
max-height: calc(100vh - 280px); max-height: calc(100vh - 180px);
} }
} }
@ -162,7 +162,7 @@
</div> </div>
<div id='message' class="d-none position-relative form-group d-flex mt-3"> <div id='message' class="d-none position-relative form-group d-flex mt-3">
<div class="position-absolute text-muted text-small ml-1" style="bottom: -1.5rem; line-height: 1;"> <div class="position-absolute text-muted text-small" style="bottom: -1.5rem; line-height: 1;">
<span id="typing-indicator"></span> <span id="typing-indicator"></span>
<span id="loading-indicator" class="d-none"></span> <span id="loading-indicator" class="d-none"></span>
</div> </div>