forked from MarseyWorld/MarseyWorld
accomodate wpd chat rules
parent
c8275f26b3
commit
c326d8f4de
|
@ -9,6 +9,9 @@
|
|||
overflow-y: auto;
|
||||
background-color: var(--background) !important;
|
||||
}
|
||||
.online-wpd {
|
||||
max-height: calc(100vh - 365px);
|
||||
}
|
||||
|
||||
#chat-window .chat-profile {
|
||||
min-width: 42px;
|
||||
|
|
|
@ -393,7 +393,7 @@
|
|||
{% endif %}
|
||||
|
||||
<h5>Users Online</h5>
|
||||
<div id="online" class="mt-2"></div>
|
||||
<div id="online" class="mt-2 {% if SITE_NAME == 'WPD' %}online-wpd{% endif %}"></div>
|
||||
</div>
|
||||
{% endmacro %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue