diff --git a/files/templates/chat.html b/files/templates/chat.html index d4223558b..e49480b9a 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -34,8 +34,9 @@ } #online { - max-height: calc(100vh - 170px); + max-height: calc(100vh - 200px); overflow-y: auto; + background-color: var(--background) !important; } #chat-window .chat-profile { @@ -94,10 +95,6 @@ margin: 0; } - #online { - background-color: var(--background) !important; - } - .chat-line .btn { background-color: transparent !important; }