0.0.330
This commit is contained in:
@@ -2204,6 +2204,15 @@
|
||||
|
||||
/* for curtain right*/
|
||||
|
||||
.cut_width_f_curtain{
|
||||
max-width: 1280px;
|
||||
text-align: -webkit-right;
|
||||
position: sticky;
|
||||
margin: auto;
|
||||
z-index: 10002;
|
||||
top: 61px;
|
||||
}
|
||||
|
||||
.menu_buttons{
|
||||
/*background: #FFFFFF;*/
|
||||
/*height: 100vh;*/
|
||||
@@ -2237,7 +2246,7 @@
|
||||
display: block;
|
||||
/* padding-top: 10px; */
|
||||
width: 320px;
|
||||
top: -54px;
|
||||
top: 0;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
||||
@@ -57,6 +57,17 @@
|
||||
<div class="wrapper_main">
|
||||
|
||||
{% include 'blocks/b_header.html' %}
|
||||
<div class="cut_width_f_curtain">
|
||||
<div class="menu_buttons curtain right {% if page_type == 'profile' %}open{% else %} close{% endif %}" data-name="Меню">
|
||||
{% include "blocks/profile/b_buttons_menu_profile.html" %}
|
||||
<div class="handler_menu close" onclick="open_curtain(null,'right')">
|
||||
<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>
|
||||
<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="Меню">#}
|
||||
@@ -70,15 +81,7 @@
|
||||
{# </div>#}
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
<div class="menu_buttons curtain right {% if page_type == 'profile' %}open{% else %} close{% endif %}" data-name="Меню">
|
||||
{% include "blocks/profile/b_buttons_menu_profile.html" %}
|
||||
<div class="handler_menu close" onclick="open_curtain(null,'right')">
|
||||
<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="clear_both"></div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user