Fix profile app

This commit is contained in:
yflory 2019-12-16 14:12:33 +01:00
parent 7f5c5c18a3
commit f64c11dc3a

View file

@ -14,6 +14,11 @@
display: flex; display: flex;
flex-flow: column; flex-flow: column;
#cp-sidebarlayout-leftside {
display: none !important;
}
#cp-app-profile-header { #cp-app-profile-header {
display: flex; display: flex;
#cp-app-profile-rightside { #cp-app-profile-rightside {
@ -182,5 +187,8 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.cp-app-profile-mute-container {
margin-top: 5px;
}
} }