From 5804a93b11c1679052e26e68115b81c91660285f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 12 Sep 2022 07:38:02 +0200 Subject: [PATCH] cosmetic change --- files/templates/chat.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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; }