From f64c11dc3a92048240cff475b4dc73ae7b017ca1 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 16 Dec 2019 14:12:33 +0100 Subject: [PATCH] Fix profile app --- www/profile/app-profile.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/profile/app-profile.less b/www/profile/app-profile.less index ddd49dbbb..e35653ef4 100644 --- a/www/profile/app-profile.less +++ b/www/profile/app-profile.less @@ -14,6 +14,11 @@ display: flex; flex-flow: column; + + #cp-sidebarlayout-leftside { + display: none !important; + } + #cp-app-profile-header { display: flex; #cp-app-profile-rightside { @@ -182,5 +187,8 @@ align-items: center; justify-content: center; } + .cp-app-profile-mute-container { + margin-top: 5px; + } }