mirror of https://github.com/xwiki-labs/cryptpad
spacing of buttons in manage mute modal
This commit is contained in:
parent
5a55bcde3d
commit
43d30081e7
|
@ -123,6 +123,19 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cp-contacts-muted-table {
|
||||
.cp-contacts-muted-user {
|
||||
margin-bottom: 5px;
|
||||
.cp-avatar {
|
||||
margin-right: 10px;
|
||||
}
|
||||
button {
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#cp-app-contacts-container.cp-app-contacts-inapp {
|
||||
#cp-app-contacts-friendlist {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue