adding restricted height to active_users user icons, because pesky people like @cnvo have avatars that are higher than they are wide

main
Julian Lam 10 years ago
parent 4315416fc8
commit ab9a90979f

@ -238,6 +238,7 @@
img {
border-radius: 50%;
width: 20px;
height: 20px;
margin-right: -12px;
vertical-align: middle;
}

Loading…
Cancel
Save