5
This commit is contained in:
@@ -1694,10 +1694,12 @@
|
|||||||
}
|
}
|
||||||
@media (max-width: 699px){
|
@media (max-width: 699px){
|
||||||
.block-chat.support {
|
.block-chat.support {
|
||||||
height: calc(100vh - 190px);
|
/*height: calc(100vh - 190px);*/
|
||||||
|
height: 86svh;
|
||||||
}
|
}
|
||||||
.block-chat{
|
.block-chat{
|
||||||
height: calc(88vh - 50px);
|
/*height: calc(88vh - 50px);*/
|
||||||
|
height: 90svh;
|
||||||
}
|
}
|
||||||
.block_overlay.show{
|
.block_overlay.show{
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
@@ -85,7 +85,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="footer-chat{% if not new_msg_allow %} hide{% endif %}">
|
<div class="footer-chat{% if not new_msg_allow %} hide{% endif %}">
|
||||||
|
|
||||||
<div class="left-part-block-enter-message">
|
<div class="left-part-block-enter-message">
|
||||||
<input class="enter-message-inp" onfocus="check_new_messages_timeout()" onkeypress="sendMessageEnter(event,{{ ticket.id }},{{ user.id }},{{ cur_receiver.id }})" placeholder="{{ p_send_msg }}">
|
<input class="enter-message-inp" onfocus="check_new_messages_timeout()" onkeypress="sendMessageEnter(event,{{ ticket.id }},{{ user.id }},{{ cur_receiver.id }})" placeholder="{{ p_send_msg }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user