0.0.33
This commit is contained in:
@@ -329,13 +329,14 @@
|
||||
}
|
||||
|
||||
.container-messages{
|
||||
height: 74%;
|
||||
height: calc(74% - 70px);
|
||||
width: 100%;
|
||||
/*transform: rotate(180deg);*/
|
||||
/* transform: rotate(180deg); */
|
||||
overflow-y: auto;
|
||||
/*transform: scaleY(-1);*/
|
||||
/* transform: scaleY(-1); */
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
padding-top: 70px;
|
||||
}
|
||||
|
||||
|
||||
@@ -512,6 +513,7 @@
|
||||
|
||||
.insert_users{
|
||||
/*min-height: 440px;*/
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/*messgae*/
|
||||
@@ -581,7 +583,7 @@
|
||||
|
||||
.container_text_message{
|
||||
width: 100%;
|
||||
min-height: 60px;
|
||||
/*min-height: 60px;*/
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
||||
@@ -46,4 +46,6 @@
|
||||
{# <input class="create-ticket-file" type="file" value="">#}
|
||||
|
||||
</div>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
<div></div>
|
||||
2
templates/pages/p_results_search_route.html
Normal file
2
templates/pages/p_results_search_route.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{% extends "tb_base.html" %}
|
||||
{% load static %}
|
||||
@@ -14,11 +14,11 @@
|
||||
|
||||
|
||||
{% block meta %}
|
||||
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
||||
{% include 'blocks/b_header.html' %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
Reference in New Issue
Block a user