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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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);