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