Round avatars in topic list?

It’s just CSS, so

img.avatar {
  border-radius: 100px;
}

vs

img.avatar {
  border-radius: none;
}
6 Likes