0.8.378
This commit is contained in:
@@ -581,10 +581,10 @@
|
|||||||
width: 320px;
|
width: 320px;
|
||||||
}
|
}
|
||||||
.cut_width_f_curtain.left{
|
.cut_width_f_curtain.left{
|
||||||
top: 44px;
|
top: 29px;
|
||||||
}
|
}
|
||||||
.menu_buttons.left.open.filters{
|
.menu_buttons.left.open.filters{
|
||||||
max-height: 91vh;
|
max-height: 93vh;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
@@ -740,6 +740,14 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 88vh;
|
height: 88vh;
|
||||||
}
|
}
|
||||||
|
.menu_buttons.curtain.left.close.chat{
|
||||||
|
left: -338px;
|
||||||
|
transition: 200ms;
|
||||||
|
position: absolute;
|
||||||
|
width: 320px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.left-part-block-enter-message{
|
.left-part-block-enter-message{
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2290,7 +2290,7 @@
|
|||||||
z-index: 998;
|
z-index: 998;
|
||||||
top: 61px;
|
top: 61px;
|
||||||
float: right;
|
float: right;
|
||||||
/*height: 695px;*/
|
height: 695px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cut_width_f_curtain.left{
|
.cut_width_f_curtain.left{
|
||||||
@@ -2301,7 +2301,7 @@
|
|||||||
z-index: 998;
|
z-index: 998;
|
||||||
top: 61px;
|
top: 61px;
|
||||||
float: left;
|
float: left;
|
||||||
/*height: 695px;*/
|
height: 695px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_buttons{
|
.menu_buttons{
|
||||||
@@ -2315,6 +2315,23 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu_buttons.curtain.left.close.chat{
|
||||||
|
/*left: 0;/*/
|
||||||
|
transition: 200ms;
|
||||||
|
/* position: fixed; */
|
||||||
|
padding-top: 10px;
|
||||||
|
width: 320px;
|
||||||
|
background: #FFFFFF;
|
||||||
|
border-radius: 10px;
|
||||||
|
max-height: calc(100vh - 125px);
|
||||||
|
overflow: unset;
|
||||||
|
left: -19px;
|
||||||
|
}
|
||||||
|
.menu_buttons.curtain.left.close.chat .container_block_list_of_users {
|
||||||
|
position: relative;
|
||||||
|
left: 0;
|
||||||
|
transition: 200ms;
|
||||||
|
}
|
||||||
.menu_profile::-webkit-scrollbar-track{
|
.menu_profile::-webkit-scrollbar-track{
|
||||||
background-color: #F6F6F6;
|
background-color: #F6F6F6;
|
||||||
}
|
}
|
||||||
@@ -2670,11 +2687,11 @@
|
|||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
max-height: 83vh;
|
max-height: 83vh;
|
||||||
left: 0;
|
|
||||||
padding: 13px;
|
padding: 13px;
|
||||||
transition: 200ms;
|
transition: 200ms;
|
||||||
/* position: fixed; */
|
/* position: fixed; */
|
||||||
float: left;
|
float: left;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
left: 19px;
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
<div class="menu_buttons curtain left {% if not cur_receiver %}open{% else %}close{% endif %}" data-name="<img style='width: 25px;display: block;position: relative;bottom: 2px;' src='{% static "/img/svg/group.png" %}'>">
|
<div class="menu_buttons curtain left {% if not cur_receiver %}open{% else %}close chat{% endif %}" data-name="<img style='width: 25px;display: block;position: relative;bottom: 2px;' src='{% static "/img/svg/group.png" %}'>">
|
||||||
<div class="container_block_list_of_users">
|
<div class="container_block_list_of_users">
|
||||||
{% include 'blocks/profile/b_list_of_users_messenger.html' %}
|
{% include 'blocks/profile/b_list_of_users_messenger.html' %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user