Fix profile app

pull/1/head
yflory 5 years ago
parent 7f5c5c18a3
commit f64c11dc3a

@ -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;
}
} }

Loading…
Cancel
Save