From b11478b4c09a7ae90326e7c072614ce9bbc120fd Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 2 Nov 2023 16:47:54 +0300 Subject: [PATCH] 0.0.196 media 360px for user_profile v1 --- static/css/mobile_styles.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index b405fac..2ffdc61 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -404,6 +404,19 @@ float: none; } + .block-list-of-users{ + display: none; + } + .block-chat{ + width: 100%; + } + .left-part-block-enter-message{ + width: 70%; + } + .right-part-block-enter-message{ + width: 30%; + } + /* END user_profile*/