forked from MarseyWorld/MarseyWorld
chat margin change again
parent
b2793bb3d9
commit
4b89f64fdd
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue