diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 4d22dd1..e6108e4 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -2204,6 +2204,15 @@ /* for curtain right*/ +.cut_width_f_curtain{ + max-width: 1280px; + text-align: -webkit-right; + position: sticky; + margin: auto; + z-index: 10002; + top: 61px; +} + .menu_buttons{ /*background: #FFFFFF;*/ /*height: 100vh;*/ @@ -2237,7 +2246,7 @@ display: block; /* padding-top: 10px; */ width: 320px; - top: -54px; + top: 0; border-radius: 10px; } diff --git a/templates/tb_base.html b/templates/tb_base.html index e5261b3..4f38360 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -57,6 +57,17 @@
{% include 'blocks/b_header.html' %} +
+ +
{# #} {% block content %} {% endblock %} - +