This commit is contained in:
2023-11-07 13:17:42 +03:00
parent 264c5ae372
commit e1a6fdd21f
3 changed files with 6 additions and 10 deletions

View File

@@ -418,7 +418,7 @@
border: 1px solid #E6E6E6; border: 1px solid #E6E6E6;
background: #ffffff; background: #ffffff;
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20); box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
float: left; float: right;
} }

View File

@@ -1,7 +1,6 @@
{% load static %} {% load static %}
<div class="menu_buttons curtain left {% if page_type == 'profile' %}open{% else %} close{% endif %}" data-name="конт"> <div class="menu_buttons curtain left open" data-name="конт">
{# {% include "blocks/profile/b_buttons_menu_profile.html" %}#}
<div class="container_block_list_of_users"> <div class="container_block_list_of_users">
{% include 'blocks/profile/b_list_of_users_messenger.html' %} {% include 'blocks/profile/b_list_of_users_messenger.html' %}
</div> </div>
@@ -85,10 +84,7 @@
</div> </div>
{% endif %} {% endif %}
<div class="block-list-of-users"> {#<div class="block-list-of-users">#}
{% include "blocks/profile/b_list_of_users_messenger.html" %} {# {% include "blocks/profile/b_list_of_users_messenger.html" %}#}
</div> {#</div>#}
<div class="curtain_block_list_of_users">
</div>

View File

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