mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Prevent avatar flair image from repeating on user/group cards
This commit is contained in:
parent
bb5990781e
commit
4c3bd50c13
@ -253,6 +253,7 @@ $avatar_margin: -50px; // negative margin makes avatars extend above cards
|
||||
.avatar-flair {
|
||||
display: flex;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
width: $avatar_width;
|
||||
height: $avatar_width;
|
||||
color: $primary;
|
||||
|
Loading…
Reference in New Issue
Block a user