Fixed rounding and top margins in topic icons

main
Julian Lam 9 years ago
parent da176aa418
commit b6be2b8565

@ -184,10 +184,10 @@
.posts .icon {
min-width: 0;
min-height: 0;
margin-top: 5px;
margin-top: -3px;
img, .user-icon {
.user-icon-style(23px, 1.3rem);
.user-icon-style(23px, 1.3rem, 50%);
}
}
}

Loading…
Cancel
Save