0.0.356
This commit is contained in:
@@ -426,6 +426,10 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.block-chat.support{
|
||||||
|
height: 86vh;
|
||||||
|
}
|
||||||
|
|
||||||
.block-list-of-users{
|
.block-list-of-users{
|
||||||
width: 30%;
|
width: 30%;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
@@ -702,7 +706,7 @@
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
/*padding: 20px;*/
|
/*padding: 20px;*/
|
||||||
margin-bottom: 20px;
|
margin-bottom: 5px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ function middleWareJS(){
|
|||||||
let footer = document.querySelector("footer")
|
let footer = document.querySelector("footer")
|
||||||
let body = document.querySelector("body")
|
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"
|
footer.style.display = "none"
|
||||||
body.style.overflow = "hidden"
|
body.style.overflow = "hidden"
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="name_ticket">
|
<div class="name_ticket">
|
||||||
<span>{{ ticket.name }}</span>
|
<span>{{ ticket.name }}</span>
|
||||||
</div>
|
</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 %}
|
{% if user.is_staff or ticket.manager %}
|
||||||
<div class="container-header-chat">
|
<div class="container-header-chat">
|
||||||
<div class="header-chat-left-part">
|
<div class="header-chat-left-part">
|
||||||
|
|||||||
Reference in New Issue
Block a user