accomodate wpd chat rules

master
Aevann 2024-03-01 22:43:54 +02:00
parent c8275f26b3
commit c326d8f4de
2 changed files with 4 additions and 1 deletions

View File

@ -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;

View File

@ -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 %}