Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -583,10 +583,10 @@
|
||||
width: 320px;
|
||||
}
|
||||
.cut_width_f_curtain.left{
|
||||
top: 44px;
|
||||
top: 29px;
|
||||
}
|
||||
.menu_buttons.left.open.filters{
|
||||
max-height: 91vh;
|
||||
max-height: 93vh;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
@@ -742,6 +742,14 @@
|
||||
width: 100%;
|
||||
height: 88vh;
|
||||
}
|
||||
.menu_buttons.curtain.left.close.chat{
|
||||
left: -338px;
|
||||
transition: 200ms;
|
||||
position: absolute;
|
||||
width: 320px;
|
||||
}
|
||||
|
||||
|
||||
.left-part-block-enter-message{
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
@@ -2290,7 +2290,7 @@
|
||||
z-index: 998;
|
||||
top: 61px;
|
||||
float: right;
|
||||
/*height: 695px;*/
|
||||
height: 695px;
|
||||
}
|
||||
|
||||
.cut_width_f_curtain.left{
|
||||
@@ -2301,7 +2301,7 @@
|
||||
z-index: 998;
|
||||
top: 61px;
|
||||
float: left;
|
||||
/*height: 695px;*/
|
||||
height: 695px;
|
||||
}
|
||||
|
||||
.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{
|
||||
background-color: #F6F6F6;
|
||||
}
|
||||
@@ -2670,11 +2687,11 @@
|
||||
background: #FFFFFF;
|
||||
border-radius: 10px;
|
||||
max-height: 83vh;
|
||||
left: 0;
|
||||
padding: 13px;
|
||||
transition: 200ms;
|
||||
/* position: fixed; */
|
||||
float: left;
|
||||
text-align: left;
|
||||
top: 0;
|
||||
left: 19px;
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{% 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">
|
||||
{% include 'blocks/profile/b_list_of_users_messenger.html' %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user