This commit is contained in:
2023-08-02 12:21:25 +03:00
parent e322f5e0c1
commit de07bdca0f
3 changed files with 16 additions and 2 deletions

View File

@@ -324,6 +324,7 @@
.container-messages{
height: 63%;
width: 100%;
min-height: 440px;
}
.footer-chat{
@@ -455,10 +456,18 @@
width: 100%;
filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20));
height: 60px;
background: #FFFFFF;
/*padding: 20px;*/
margin-bottom: 40px;
border-radius: 3px;
}
.name_ticket > span{
padding: 20px;
font-size: 16px;
display: block;
}
.insert_users{
min-height: 440px;
}

View File

@@ -31,6 +31,8 @@
</div>
<div class="block-list-of-users">
<span class="title-list-of-users">Пользователи</span>
{% include "widgets/w_tab_user.html" %}
<div class="insert_users">
{% include "widgets/w_tab_user.html" %}
</div>
</div>
</div>

View File

@@ -33,6 +33,9 @@
</div>
<div class="block-list-of-users">
<span class="title-list-of-users">Пользователи</span>
{% include "widgets/w_tab_user.html" %}
<div class="insert_users">
{% include "widgets/w_tab_user.html" %}
</div>
</div>
</div>