diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 443c201..6873a45 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -583,10 +583,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; } @@ -742,6 +742,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 fe96c8d..09ca78a 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 %} -