Sticky avatars not too sticky

Hello,

Sticky avatars a little broke on the latest version. I am not sure what cause this but it seems to can easily fixed with

.topic-post.sticky-avatar {
  .topic-avatar {
    height: 100%;
  }
}

Thanks :slightly_smiling_face:

5 Likes

Thanks for the report! I just merged a fix:

4 Likes