mobile === false
This commit is contained in:
@@ -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);
|
||||
float: right;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.block_loader_chat{
|
||||
@@ -482,7 +483,8 @@
|
||||
}
|
||||
|
||||
.bottom_part_of_chats{
|
||||
height: calc(100% - 39px);
|
||||
height: 100%;
|
||||
padding-bottom: 39px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -536,7 +538,7 @@
|
||||
}
|
||||
|
||||
.container-messages{
|
||||
height: calc(100% - 175px);
|
||||
height: 70%;
|
||||
width: 100%;
|
||||
/* transform: rotate(180deg); */
|
||||
overflow-y: auto;
|
||||
@@ -560,7 +562,7 @@
|
||||
border: 1px solid #E6E6E6;
|
||||
padding: 0 20px 0 20px;
|
||||
position: absolute;
|
||||
bottom: 43px;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.footer-chat.hide{
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
{# {% endfor %}#}
|
||||
{# {% endif %}#}
|
||||
{# </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 }}'>
|
||||
{% include "blocks/profile/b_messages_container.html" %}
|
||||
</div>
|
||||
@@ -86,9 +86,10 @@
|
||||
{# <button class="send-message" onclick="send_ws_msg('message')"></button>#}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{# </div>#}
|
||||
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user