minor usability enhancements with the connections list - label the edit icon so it's more obvious; the intuitive action is to click the photo or name which isn't what we usually want. Also move the Delete button over just a bit more so it's harder to accidentally click on small screens with big thumbs.

This commit is contained in:
zotlabs
2017-06-25 20:03:26 -07:00
parent 28a1be4d36
commit 7f982a0778
3 changed files with 7 additions and 2 deletions

View File

@@ -427,6 +427,10 @@ footer {
right: 5px;
}
.contact-delete-btn {
margin-right: 32px;
}
#contact-block {
width: 100%;
}