add spacing to manage mute modal
This commit is contained in:
parent
45e74e416c
commit
1588ced325
@ -28,4 +28,14 @@
|
|||||||
.cp-app-prop-content {
|
.cp-app-prop-content {
|
||||||
color: @cryptpad_text_col;
|
color: @cryptpad_text_col;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cp-contacts-muted-user {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
.cp-avatar {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
.button {
|
||||||
|
margin-right: 0px; // XXX
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -878,7 +878,7 @@ define([
|
|||||||
var button = h('button', {
|
var button = h('button', {
|
||||||
'data-user': curve
|
'data-user': curve
|
||||||
}, [
|
}, [
|
||||||
h('i.fa.fa-ban'),
|
h('i.fa.fa-bell'),
|
||||||
Messages.contacts_unmute || 'unmute'
|
Messages.contacts_unmute || 'unmute'
|
||||||
]);
|
]);
|
||||||
UIElements.displayAvatar(common, $(avatar), data.avatar, data.name);
|
UIElements.displayAvatar(common, $(avatar), data.avatar, data.name);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user