From e01c7e81f257a2d7522132f846338a697eae5926 Mon Sep 17 00:00:00 2001 From: SBD Date: Sun, 19 Nov 2023 21:18:23 +0300 Subject: [PATCH] 0.8.378 --- static/css/mobile_styles.css | 12 ++++++++++-- static/css/styles(boris).css | 23 ++++++++++++++++++++--- templates/blocks/profile/b_chats.html | 2 +- 3 files changed, 31 insertions(+), 6 deletions(-) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index ba96b2e..43db142 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -581,10 +581,10 @@ width: 320px; } .cut_width_f_curtain.left{ - top: 44px; + top: 29px; } .menu_buttons.left.open.filters{ - max-height: 91vh; + max-height: 93vh; top: 0; left: 0; } @@ -740,6 +740,14 @@ width: 100%; height: 88vh; } + .menu_buttons.curtain.left.close.chat{ + left: -338px; + transition: 200ms; + position: absolute; + width: 320px; + } + + .left-part-block-enter-message{ width: 70%; } diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 241893a..37ded75 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -2290,7 +2290,7 @@ z-index: 998; top: 61px; float: right; - /*height: 695px;*/ + height: 695px; } .cut_width_f_curtain.left{ @@ -2301,7 +2301,7 @@ z-index: 998; top: 61px; float: left; - /*height: 695px;*/ + height: 695px; } .menu_buttons{ @@ -2315,6 +2315,23 @@ } +.menu_buttons.curtain.left.close.chat{ + /*left: 0;/*/ + transition: 200ms; + /* position: fixed; */ + padding-top: 10px; + width: 320px; + background: #FFFFFF; + border-radius: 10px; + max-height: calc(100vh - 125px); + overflow: unset; + left: -19px; +} +.menu_buttons.curtain.left.close.chat .container_block_list_of_users { + position: relative; + left: 0; + transition: 200ms; +} .menu_profile::-webkit-scrollbar-track{ background-color: #F6F6F6; } @@ -2670,11 +2687,11 @@ background: #FFFFFF; border-radius: 10px; max-height: 83vh; - left: 0; padding: 13px; transition: 200ms; /* position: fixed; */ float: left; text-align: left; top: 0; + left: 19px; } \ No newline at end of file diff --git a/templates/blocks/profile/b_chats.html b/templates/blocks/profile/b_chats.html index 3d9a77d..2be3278 100644 --- a/templates/blocks/profile/b_chats.html +++ b/templates/blocks/profile/b_chats.html @@ -1,6 +1,6 @@ {% load static %} -