From 36ee0038d3e04ecfdb82b0f9d6c30ba862f24744 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sat, 24 Jul 2021 01:49:42 -0500 Subject: [PATCH] Fix CSS --- templates/chat/chat_css.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/templates/chat/chat_css.html b/templates/chat/chat_css.html index f00caa4..e553772 100644 --- a/templates/chat/chat_css.html +++ b/templates/chat/chat_css.html @@ -259,4 +259,19 @@ display: block !important; } } + @media (max-width: 799px) { + #chat-area { + height: 500px; + } + #emoji-button { + display: none; + } + html, body { + max-width: 100%; + overflow-x: hidden; + } + #mobile ul { + width: 100%; + } + } \ No newline at end of file