diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index c1a2012..03262ff 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -500,12 +500,12 @@ padding: 7px 18px 7px 18px; } .menu_buttons.left .handler_menu{ - transform: rotate(90deg); + transform: rotate(270deg); + left: 312px; width: 91px; height: 18px; display: block; position: fixed; - left: -48px; text-align: center; top: 39%; border-radius: 10px 10px 0 0; diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 0326e65..94b4172 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -2237,7 +2237,7 @@ position: absolute; width: 320px; /* float: right; */ - top: -9999999999vh; + top: -199vh; } .menu_buttons.left.close{ @@ -2305,7 +2305,7 @@ transform: rotate(90deg); width: 91px; height: 18px; - display: block; + /*display: block;*/ position: fixed; left: -48px; text-align: center; @@ -2377,6 +2377,22 @@ line-height: 13px; } +/*left panel of users*/ + +.menu_buttons.left.close .container_block_list_of_users{ + position: relative; + left: -320px; + /*transition: 200ms;*/ +} + +.menu_buttons.left.open .container_block_list_of_users{ + position: relative; + left: 0; + transition: 200ms; +} + + + /*.subscribe_type_txt .f-r{*/ /* color: #FF613A;*/ /*}*/ \ No newline at end of file diff --git a/templates/blocks/profile/b_chats.html b/templates/blocks/profile/b_chats.html index 854150c..a934c30 100644 --- a/templates/blocks/profile/b_chats.html +++ b/templates/blocks/profile/b_chats.html @@ -1,6 +1,17 @@ {% load static %} - + {#
#} {#

Написать сообщение

#} {#
#} diff --git a/templates/pages/profile/p_user_profile.html b/templates/pages/profile/p_user_profile.html index b68ce2d..ae85025 100644 --- a/templates/pages/profile/p_user_profile.html +++ b/templates/pages/profile/p_user_profile.html @@ -24,6 +24,7 @@ {% endblock %} {% block content %} + {% include 'blocks/b_user_profile.html' %} {% endblock %} diff --git a/templates/tb_base.html b/templates/tb_base.html index 78f4cd4..1ffb983 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -71,15 +71,6 @@
-{# #} {% block content %} {% endblock %}