FIX: Prevent avatar flair image from repeating on user/group cards

This commit is contained in:
Kris 2020-03-06 16:42:32 -05:00
parent bb5990781e
commit 4c3bd50c13

View File

@ -253,6 +253,7 @@ $avatar_margin: -50px; // negative margin makes avatars extend above cards
.avatar-flair { .avatar-flair {
display: flex; display: flex;
background-size: contain; background-size: contain;
background-repeat: no-repeat;
width: $avatar_width; width: $avatar_width;
height: $avatar_width; height: $avatar_width;
color: $primary; color: $primary;