chat margin change again

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-15 08:54:32 +02:00
parent 4b89f64fdd
commit 1ac177539e
1 changed files with 6 additions and 1 deletions

View File

@ -27,12 +27,17 @@
{% endif %}
<style>
#chat-window, #online {
#chat-window {
max-height: calc(100vh - 220px);
overflow-y: scroll;
background-color: transparent !important;
}
#online {
max-height: calc(100vh - 170px);
overflow-y: scroll;
}
#chat-window .chat-profile {
min-width: 42px;
width: 42px;