This commit is contained in:
2023-09-27 17:00:24 +03:00
parent a56c8c2609
commit 571c0d08e0
5 changed files with 3 additions and 8 deletions

View File

@@ -1883,9 +1883,6 @@
margin-top: 20px; margin-top: 20px;
} }
.btn_menu_profile:last-child{
width: 100%;
}
.btn_menu_profile{ .btn_menu_profile{
border-radius: 10px; border-radius: 10px;

View File

@@ -21,7 +21,7 @@
this.element = e(a), this.element = e(a),
this.startDate = t().startOf("day"), this.startDate = t().startOf("day"),
this.endDate = t().endOf("day"), this.endDate = t().endOf("day"),
this.minDate = !1, this.minDate = moment(),
this.maxDate = !1, this.maxDate = !1,
this.maxSpan = !1, this.maxSpan = !1,
this.autoApply = 1, this.autoApply = 1,

View File

@@ -45,7 +45,7 @@ function filters_func_find_route_main (el,owner_type=null,win_loc_replace=null,w
function () { function () {
ajax_for_filter(data_d, get_url) ajax_for_filter(data_d, get_url)
} }
,3000) ,100)
} else { } else {
ajax_for_filter(data_d, get_url) ajax_for_filter(data_d, get_url)

View File

@@ -15,12 +15,10 @@ function middleWareJS(){
if (document.querySelector(".block-list-of-users")){ if (document.querySelector(".block-list-of-users")){
footer.style.display = "none" footer.style.display = "none"
body.overflowY = "hidden"
} else { } else {
footer.style.display = "" footer.style.display = ""
body.overflowY = ""
} }

View File

@@ -57,7 +57,7 @@
<a class="btn_menu_profile" href="{% url 'profile_page' 'create_route_for_customer' %}">Отправить посылку</a> <a class="btn_menu_profile" href="{% url 'profile_page' 'create_route_for_customer' %}">Отправить посылку</a>
<a class="btn_menu_profile" href="{% url 'profile_page' 'my_routes' %}" >Мои объявления</a> <a class="btn_menu_profile" href="{% url 'profile_page' 'my_routes' %}" >Мои объявления</a>
<div class="separator_menu_profile"></div> <div class="separator_menu_profile"></div>
<button class="btn_menu_profile">Выйти из профиля</button> <a href="/profile/logout" class="btn_menu_profile">Выйти из профиля</a>
</div> </div>
</div> </div>
{# end #} {# end #}