fix flair misalignment (#15425)

This commit is contained in:
Jordan Vidrine
2021-12-29 14:58:10 -06:00
committed by GitHub
parent 879e35195a
commit bbca25e875

View File

@@ -144,6 +144,7 @@ $avatar_margin: -50px; // negative margin makes avatars extend above cards
}
.user-card-avatar {
margin-top: $avatar_margin;
max-height: $avatar_width;
}
.new-user a {
color: var(--primary-low-mid);