This commit is contained in:
SBD
2024-02-01 13:26:42 +03:00
parent f99a010e4a
commit b90039f21a
2 changed files with 5 additions and 3 deletions

View File

@@ -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;

View File

@@ -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 }}">