This commit is contained in:
2023-11-05 19:04:34 +03:00
parent 28db905e14
commit 4b037443a6
3 changed files with 9 additions and 5 deletions

View File

@@ -417,12 +417,17 @@
section.profile{ section.profile{
padding: unset; padding: unset;
} }
.dectop_var_f_btns_temp{
display: none;
}
.menu_buttons{ .menu_buttons{
background: #FFFFFF; background: #FFFFFF;
height: 100vh; height: 100vh;
z-index: 99; z-index: 99;
top: 47px; top: 47px;
overflow: auto; overflow: auto;
} }
.menu_buttons.right.close{ .menu_buttons.right.close{

View File

@@ -2172,7 +2172,3 @@
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
} }
.menu_buttons.right{
display: none;
}

View File

@@ -11,7 +11,10 @@
{# <div class="clear_both"></div>#} {# <div class="clear_both"></div>#}
{# </div>#} {# </div>#}
{# </div>#} {# </div>#}
<div class="dectop_var_f_btns_temp">
{% include "blocks/profile/b_buttons_menu_profile.html" %}
</div>
{##}
<div class="info_profile"> <div class="info_profile">
{% if not page_html %} {% if not page_html %}
{% include "blocks/profile/b_profile_first_page.html" %} {% include "blocks/profile/b_profile_first_page.html" %}