This commit is contained in:
2023-11-12 15:52:32 +03:00
parent f97eeb83c2
commit 88f679cd41
3 changed files with 7 additions and 3 deletions

View File

@@ -426,6 +426,10 @@
}
.block-chat.support{
height: 86vh;
}
.block-list-of-users{
width: 30%;
margin-left: 20px;
@@ -702,7 +706,7 @@
height: 40px;
background: #FFFFFF;
/*padding: 20px;*/
margin-bottom: 20px;
margin-bottom: 5px;
border-radius: 3px;
}

View File

@@ -13,7 +13,7 @@ function middleWareJS(){
let footer = document.querySelector("footer")
let body = document.querySelector("body")
if (document.querySelector(".menu_buttons.curtain.left")){
if (document.querySelector(".menu_buttons.curtain.left") || window.location.href.includes('support') || window.location.href.includes('chat')){
footer.style.display = "none"
body.style.overflow = "hidden"

View File

@@ -14,7 +14,7 @@
<div class="name_ticket">
<span>{{ ticket.name }}</span>
</div>
<div class="{% if user.is_staff %}block-chat{% else %}block-chat width-100{% endif %}">
<div class="{% if user.is_staff %}block-chat{% else %}block-chat width-100{% endif %} support">
{% if user.is_staff or ticket.manager %}
<div class="container-header-chat">
<div class="header-chat-left-part">