This commit is contained in:
2023-11-06 17:32:00 +03:00
parent b12f2e784f
commit 0a00e950b6
3 changed files with 32 additions and 3 deletions

View File

@@ -2010,7 +2010,14 @@
color: #000;
font-size: 14px;
width: 100%;
border-radius: 0;
background: none;
box-shadow: none;
margin-bottom: 20px;
padding: 0;
text-align: unset;
position: unset;
height: unset;
}
.header_big_background{
@@ -2230,7 +2237,7 @@
position: absolute;
width: 320px;
/* float: right; */
top: -100vh;
top: -9999999999vh;
}
.menu_buttons.left.close{
@@ -2340,6 +2347,9 @@
width: 320px;
text-align: -webkit-center;
padding: 14px 0;
overflow-y: auto;
height: calc(100vh - 120px);
max-height: 667px;
}
.menu_profile.background{
@@ -2349,7 +2359,24 @@
.menu_profile>div{
width: 274px;
}
.menu_profile>div:first-of-type{
color: #000;
font-size: 14px;
width: 274px;
border-radius: 0;
background: none;
box-shadow: none;
margin-bottom: 20px;
padding: 0;
text-align: unset;
position: unset;
height: unset;
}
.menu_profile>div>a{
font-size: 12px;
line-height: 13px;
}
}
/*.subscribe_type_txt .f-r{*/
/* color: #FF613A;*/
/*}*/

View File

@@ -1,6 +1,7 @@
{% load static %}
{% csrf_token %}
<div class="menu_profile {% if not page_type == 'profile' %}background{% endif %}">
{% if user_subscribe %}<div class="subscribe_type_txt"><span class="f-l">Подписка:</span> <span class="f-r">{{ user_subscribe.subscribe.name }}</span><div class="clear_both"></div></div>{% endif %}
{% with sel_page_name='create_route_for_mover' title="Профиль" img_path="/static/img/svg/User.svg"%}
{% include "widgets/profile/w_button_for_profile_menu.html" %}
{% endwith %}

View File

@@ -34,8 +34,8 @@
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
<link rel="stylesheet" href="{% static 'css/styles(boris).css' %}" >
<link rel="stylesheet" href="{% static 'css/mobile_styles.css' %}">
<link rel="stylesheet" href="{% static 'css/styles(boris).css' %}" >
<script src='{% static "js/find_route.js" %}'></script>
<script src="{% static "js/filters_functions_find_route.js" %}"></script>
@@ -59,6 +59,7 @@
{% 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' %}">