From 2c60d5d37a41576a4da63ccdb9571694be512e64 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Wed, 10 Jun 2020 13:31:53 -0500 Subject: [PATCH] fix chat UI --- resources/chatbox.scss | 3 --- templates/chat/chat.html | 7 +++++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/chatbox.scss b/resources/chatbox.scss index ad8ed17..52eda9c 100644 --- a/resources/chatbox.scss +++ b/resources/chatbox.scss @@ -134,7 +134,4 @@ .chat-left-panel, .chat-right-panel { display: block !important; } - #content { - margin-top: -0.5em; - } } \ No newline at end of file diff --git a/templates/chat/chat.html b/templates/chat/chat.html index 26c9522..c9c0466 100644 --- a/templates/chat/chat.html +++ b/templates/chat/chat.html @@ -213,11 +213,14 @@ {% endblock js_media %} - + {% block body %} {% csrf_token %} {% block before_posts %}{% endblock %}