diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index d893b31..582efff 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -2171,4 +2171,8 @@ /*-webkit-text-fill-color: transparent;*/ font-size: 16px; font-weight: 400; +} + +.menu_buttons.right{ + display: none; } \ No newline at end of file diff --git a/templates/blocks/b_user_profile.html b/templates/blocks/b_user_profile.html index 8875d74..a04ac18 100644 --- a/templates/blocks/b_user_profile.html +++ b/templates/blocks/b_user_profile.html @@ -2,15 +2,15 @@ {% load static %}
- +{# #}
{% if not page_html %} @@ -23,13 +23,13 @@ {% endif %}
- +{# #}
diff --git a/templates/tb_base.html b/templates/tb_base.html index ef6bf90..49e91d6 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -58,7 +58,7 @@ {% include 'blocks/b_header.html' %}