Make notification and chat avatars rounded

main
Henry Wright 10 years ago
parent bde9b5c463
commit 8d4753f627

@ -43,6 +43,7 @@
width:24px;
height:24px;
margin-left: 0.5em;
border-radius: 50%;
}
}
}

@ -129,6 +129,7 @@
max-width: 32px;
max-height: 32px;
float: left;
border-radius: 50%;
}
a {
@ -208,6 +209,7 @@
img {
width: 32px;
margin-right: 1em;
border-radius: 50%;
}
}

@ -34,6 +34,7 @@
.user-img {
width: 24px;
height: 24px;
border-radius: 50%;
}
}
}
Loading…
Cancel
Save