mobile === false

This commit is contained in:
SBD
2023-12-29 21:06:08 +05:00
parent b31241872f
commit ca06836b11
2 changed files with 8 additions and 5 deletions

View File

@@ -448,6 +448,7 @@
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20); box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
float: right; float: right;
position: relative; position: relative;
overflow: hidden;
} }
.block_loader_chat{ .block_loader_chat{
@@ -482,7 +483,8 @@
} }
.bottom_part_of_chats{ .bottom_part_of_chats{
height: calc(100% - 39px); height: 100%;
padding-bottom: 39px;
position: relative; position: relative;
} }
@@ -536,7 +538,7 @@
} }
.container-messages{ .container-messages{
height: calc(100% - 175px); height: 70%;
width: 100%; width: 100%;
/* transform: rotate(180deg); */ /* transform: rotate(180deg); */
overflow-y: auto; overflow-y: auto;
@@ -560,7 +562,7 @@
border: 1px solid #E6E6E6; border: 1px solid #E6E6E6;
padding: 0 20px 0 20px; padding: 0 20px 0 20px;
position: absolute; position: absolute;
bottom: 43px; bottom: 0;
} }
.footer-chat.hide{ .footer-chat.hide{

View File

@@ -62,7 +62,7 @@
{# {% endfor %}#} {# {% endfor %}#}
{# {% endif %}#} {# {% endif %}#}
{# </div>#} {# </div>#}
<div class="bottom_part_of_chats"> {# <div class="bottom_part_of_chats">#}
<div class="container-messages" data-user-id="{{ user.id }}" data-cur-receiver="{{ cur_receiver.id }}" data-ticket-id='{{ ticket.id }}'> <div class="container-messages" data-user-id="{{ user.id }}" data-cur-receiver="{{ cur_receiver.id }}" data-ticket-id='{{ ticket.id }}'>
{% include "blocks/profile/b_messages_container.html" %} {% include "blocks/profile/b_messages_container.html" %}
</div> </div>
@@ -86,9 +86,10 @@
{# <button class="send-message" onclick="send_ws_msg('message')"></button>#} {# <button class="send-message" onclick="send_ws_msg('message')"></button>#}
</div> </div>
</div> </div>
</div> {# </div>#}
</div> </div>
<div class="clear_both"></div>
{% endif %} {% endif %}
</div> </div>