This commit is contained in:
SBD
2023-11-22 15:21:49 +03:00
parent 38a8cef3d9
commit 153d0380de
3 changed files with 17 additions and 3 deletions

View File

@@ -606,6 +606,20 @@
position: sticky;
top: 0;
}
.cut_width_f_curtain.n_profile.left{
position: fixed;
min-width: 1280px;
}
.cut_width_f_curtain.n_profile.close{
z-index: -1;
}
.cut_width_f_curtain.n_profile.open{
z-index: 101;
}
.menu_buttons{
/*background: #FFFFFF;*/
height: 100vh;

View File

@@ -2358,7 +2358,7 @@
height: 695px;
}
.cut_width_f_curtain.n_profile{
.cut_width_f_curtain.n_profile.right{
position: fixed;
min-width: 1280px;
}

View File

@@ -58,7 +58,7 @@
{% include 'blocks/b_header.html' %}
<div class="cut_width_f_curtain close{% if page_type == 'profile' %}{% else %} n_profile{% endif %}" onclick="check_ev_f_cut_width_f_curtain(event)">
<div class="cut_width_f_curtain close{% if page_type == 'profile' %}{% else %} n_profile{% endif %} right" onclick="check_ev_f_cut_width_f_curtain(event)">
<div class="menu_buttons curtain right {% if page_type == 'profile' %}open{% else %} n_profile close{% endif %}" data-name="<img style='width: 25px;display: block;position: relative;bottom: 2px;transform: rotate(270deg);' src='{% static "/img/svg/burger.svg" %}'>">
{% include "blocks/profile/b_buttons_menu_profile.html" %}
@@ -71,7 +71,7 @@
</div>
</div>
{% if page_type == 'routes' %}
<div class="cut_width_f_curtain left">
<div class="cut_width_f_curtain{% if page_type == 'profile' %}{% else %} n_profile{% endif %} left ">
<div class="menu_buttons curtain left open first filters" data-name="<img style='width: 25px;display: block;position: relative;bottom: 2px;transform: rotate(270deg);' src='{% static "/img/svg/filter.svg" %}'>">
{% include "forms/f_find_route_filters_form.html" %}