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*/