This commit is contained in:
2023-11-07 12:54:23 +03:00
parent 0a00e950b6
commit 264c5ae372
5 changed files with 33 additions and 14 deletions

View File

@@ -500,12 +500,12 @@
padding: 7px 18px 7px 18px;
}
.menu_buttons.left .handler_menu{
transform: rotate(90deg);
transform: rotate(270deg);
left: 312px;
width: 91px;
height: 18px;
display: block;
position: fixed;
left: -48px;
text-align: center;
top: 39%;
border-radius: 10px 10px 0 0;

View File

@@ -2237,7 +2237,7 @@
position: absolute;
width: 320px;
/* float: right; */
top: -9999999999vh;
top: -199vh;
}
.menu_buttons.left.close{
@@ -2305,7 +2305,7 @@
transform: rotate(90deg);
width: 91px;
height: 18px;
display: block;
/*display: block;*/
position: fixed;
left: -48px;
text-align: center;
@@ -2377,6 +2377,22 @@
line-height: 13px;
}
/*left panel of users*/
.menu_buttons.left.close .container_block_list_of_users{
position: relative;
left: -320px;
/*transition: 200ms;*/
}
.menu_buttons.left.open .container_block_list_of_users{
position: relative;
left: 0;
transition: 200ms;
}
/*.subscribe_type_txt .f-r{*/
/* color: #FF613A;*/
/*}*/

View File

@@ -1,6 +1,17 @@
{% load static %}
<div class="menu_buttons curtain left {% if page_type == 'profile' %}open{% else %} close{% endif %}" data-name="конт">
{# {% include "blocks/profile/b_buttons_menu_profile.html" %}#}
<div class="container_block_list_of_users">
{% include 'blocks/profile/b_list_of_users_messenger.html' %}
</div>
<div class="handler_menu close" onclick="open_curtain('left')">
<img class="btns_f_curtain close left" src="{% static 'img/svg/arrow_f_curtain.svg' %}">
<div class="text_f_curtain left">конт</div>
<img class="btns_f_curtain close right" src="{% static 'img/svg/arrow_f_curtain.svg' %}">
<div class="clear_both"></div>
</div>
</div>
{#<div class="title-profile-cont">#}
{# <h1>Написать сообщение</h1>#}
{#</div>#}

View File

@@ -24,6 +24,7 @@
{% endblock %}
{% block content %}
{% include 'blocks/b_user_profile.html' %}
{% endblock %}

View File

@@ -71,15 +71,6 @@
</div>
<div class="wrapper_content">
<div class="block_overlay hidden {% if not page_type == 'profile' %}n_profile{% endif %}" onclick="open_curtain()"></div>
{# <div class="menu_buttons curtain left close" data-name="Меню">#}
{# {% include "blocks/profile/b_buttons_menu_profile.html" %}#}
{# <div class="handler_menu close" onclick="open_curtain('left')">#}
{# <img class="btns_f_curtain close left" src="{% static 'img/svg/arrow_f_curtain.svg' %}">#}
{# <div class="text_f_curtain left">Меню</div>#}
{# <img class="btns_f_curtain close right" src="{% static 'img/svg/arrow_f_curtain.svg' %}">#}
{# <div class="clear_both"></div>#}
{# </div>#}
{# </div>#}
{% block content %}
{% endblock %}