Merge pull request #125 from henrywright/master

Make notification and chat avatars rounded
main
Barış Soner Uşaklı 10 years ago
commit 62b65044e8

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

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

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