add spacing to manage mute modal

This commit is contained in:
David Benqué
2019-12-17 16:10:36 +00:00
parent 45e74e416c
commit 1588ced325
2 changed files with 11 additions and 1 deletions

View File

@@ -28,4 +28,14 @@
.cp-app-prop-content {
color: @cryptpad_text_col;
}
.cp-contacts-muted-user {
margin-bottom: 5px;
.cp-avatar {
margin-right: 10px;
}
.button {
margin-right: 0px; // XXX
}
}
}