forked from rDrama/rDrama
1
0
Fork 0

chat margin change again

master
Aevann1 2022-08-15 08:53:04 +02:00
parent b2793bb3d9
commit 4b89f64fdd
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
{% endif %}
<style>
#chat-window {
#chat-window, #online {
max-height: calc(100vh - 220px);
overflow-y: scroll;
background-color: transparent !important;
@ -192,7 +192,7 @@
<div class="col text-left d-none d-lg-block pt-3 bg-white" style="max-width:300px">
<h4>Users in chat right now</h4>
<div id="online" class="mt-3" style="max-height: 75vh;overflow: auto"></div>
<div id="online" class="mt-3"></div>
</div>