From 6448ad9d89ba926c3b3f7f7614d6ba4f74fec666 Mon Sep 17 00:00:00 2001 From: Luong Doan Date: Fri, 2 Jul 2021 06:55:45 +0000 Subject: [PATCH] Change CSS chatbox --- resources/chatbox.scss | 7 +++++-- templates/chat/chat.html | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/resources/chatbox.scss b/resources/chatbox.scss index 8416eab..e8b020b 100644 --- a/resources/chatbox.scss +++ b/resources/chatbox.scss @@ -68,12 +68,15 @@ #chat-online { border: 1px solid #ccc; border-radius: 4px; + padding-bottom: 0 !important; } #chat-online-content { + margin-top: 0.5em; + margin-bottom: 0; overflow: hidden; overflow-wrap: break-word; overflow-y: auto; - max-height: 81vh; + max-height: 77vh; } #chat-box { border: 1px solid #ccc; @@ -121,4 +124,4 @@ .chat-left-panel, .chat-right-panel { display: block !important; } -} \ No newline at end of file +} diff --git a/templates/chat/chat.html b/templates/chat/chat.html index d53ede4..33fc07f 100644 --- a/templates/chat/chat.html +++ b/templates/chat/chat.html @@ -305,9 +305,9 @@ {{_('Online Users')}} - +