Mute and unmute users

This commit is contained in:
yflory
2019-12-06 16:10:19 +01:00
parent fb50fe09ce
commit bbf2e3a9ae
6 changed files with 106 additions and 10 deletions

View File

@@ -7,6 +7,13 @@
text-align: center;
}
media-tag:empty {
width: 100px;
height: 100px;
display: inline-block;
border: 1px solid #BBB;
}
media-tag img {
flex: 1;
max-height: 100% !important;

View File

@@ -121,6 +121,10 @@
}
}
}
.cp-app-contacts-muted-button {
display: none;
order: 3;
}
}
}
#cp-app-contacts-container.cp-app-contacts-inapp {