fix mobile chatbox view

This commit is contained in:
cuom1999 2020-06-08 17:08:24 -05:00
parent 22ca286085
commit 7e4c104a56
2 changed files with 12 additions and 8 deletions

View file

@ -1,3 +1,4 @@
#loader {
display: block;
margin-left: auto;
@ -58,8 +59,8 @@
#chat-area {
height: 85vh;
display: flex !important;
flex-direction: column;
/*display: flex;*/
/*flex-direction: column;*/
}
#chat-online {
border: 1px solid #ccc;
@ -92,8 +93,7 @@
font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
border-top-left-radius: 0;
border-top-right-radius: 0;
height: -webkit-fill-available;
max-height: 8em;
height: 15%;
}
#chat-online-content {
@ -107,7 +107,7 @@
background-color: #39ff14;
border-radius: 50%;
display: inline-block;
margin-bottom: -0.1em;
margin-bottom: -0.2em;
border: 1px lightgreen solid;
}
@ -133,5 +133,4 @@
#content {
margin-top: -0.5em;
}
}
}

View file

@ -212,7 +212,12 @@
</script>
{% endblock js_media %}
<!--
{% block media %}
<style>
</style>
{% endblock media %}
-->
{% block body %}
{% csrf_token %}
{% block before_posts %}{% endblock %}