This commit is contained in:
2023-08-04 14:01:30 +03:00
parent 03104bcd88
commit b3a2ff0f15
4 changed files with 12 additions and 6 deletions

View File

@@ -329,13 +329,14 @@
} }
.container-messages{ .container-messages{
height: 74%; height: calc(74% - 70px);
width: 100%; width: 100%;
/*transform: rotate(180deg);*/ /* transform: rotate(180deg); */
overflow-y: auto; overflow-y: auto;
/*transform: scaleY(-1);*/ /* transform: scaleY(-1); */
display: flex; display: flex;
flex-direction: column-reverse; flex-direction: column-reverse;
padding-top: 70px;
} }
@@ -512,6 +513,7 @@
.insert_users{ .insert_users{
/*min-height: 440px;*/ /*min-height: 440px;*/
margin-bottom: 20px;
} }
/*messgae*/ /*messgae*/
@@ -581,7 +583,7 @@
.container_text_message{ .container_text_message{
width: 100%; width: 100%;
min-height: 60px; /*min-height: 60px;*/
border-radius: 10px; border-radius: 10px;
} }

View File

@@ -46,4 +46,6 @@
{# <input class="create-ticket-file" type="file" value="">#} {# <input class="create-ticket-file" type="file" value="">#}
</div> </div>
</form> </form>
<div></div>

View File

@@ -0,0 +1,2 @@
{% extends "tb_base.html" %}
{% load static %}

View File

@@ -14,11 +14,11 @@
{% block meta %} {% block meta %}
{% endblock %} {% endblock %}
</head> </head>
<body> <body>
<div class="wrapper"> <div class="wrapper">
{% include 'blocks/b_header.html' %} {% include 'blocks/b_header.html' %}
{% block content %} {% block content %}