fix chat UI

This commit is contained in:
cuom1999 2020-06-10 13:31:53 -05:00
parent 19665c557f
commit 2c60d5d37a
2 changed files with 5 additions and 5 deletions

View file

@ -134,7 +134,4 @@
.chat-left-panel, .chat-right-panel {
display: block !important;
}
#content {
margin-top: -0.5em;
}
}

View file

@ -213,11 +213,14 @@
{% endblock js_media %}
<!-- {% block media %}
{% block media %}
<style>
#content {
margin-top: -0.5em;
}
</style>
{% endblock media %}
-->
{% block body %}
{% csrf_token %}
{% block before_posts %}{% endblock %}