From 2abf0f62e948ec3653638deb629178babcb18982 Mon Sep 17 00:00:00 2001 From: borissedw Date: Fri, 10 Nov 2023 19:50:18 +0300 Subject: [PATCH] 0.0.344 --- static/css/mobile_styles.css | 2 +- static/css/styles(boris).css | 10 +++++++--- static/css/styles.css | 2 +- templates/tb_base.html | 6 ++---- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 5fd9c48..a17cf66 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -607,7 +607,7 @@ backdrop-filter: blur(6px); z-index: 100; position: fixed; - top: -55px; + top: 0; right: 0; } #customer>a, #mover>a{ diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 608dc69..5ffd501 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -25,6 +25,10 @@ width: 100%; } +.wrapper_main{ + max-width: 1280px; + margin: auto; +} .block_overlay{ height: 100vh; @@ -2025,7 +2029,7 @@ background: #F8F8F8; width: 100%; position: absolute; - z-index: 102; + z-index: 1000; } .padding_top_f_header{ @@ -2038,7 +2042,7 @@ background: #dad7d7; width: 100%; top: 60px; - z-index: 101; + z-index: 999; } /*profile block*/ @@ -2217,7 +2221,7 @@ text-align: -webkit-right; position: sticky; margin: auto; - z-index: 10002; + z-index: 998; top: 61px; float: right; height: 695px; diff --git a/static/css/styles.css b/static/css/styles.css index 124a712..32e322b 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -225,7 +225,7 @@ header { position: sticky; top: 0; background: #F8F8F8; - z-index: 102; + z-index: 1001; } diff --git a/templates/tb_base.html b/templates/tb_base.html index bca0731..db68493 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -53,12 +53,11 @@ - +
{% include 'blocks/b_header.html' %} -
-
+
-
{% block content %}