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