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 %}