FIX: use fixed dimensions for user card avatar (#21892)

This commit is contained in:
Kris 2023-06-01 14:30:49 -04:00 committed by GitHub
parent 676b558265
commit 8e618a5484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,8 +150,8 @@
max-height: var(--avatar-width);
}
.avatar {
width: 100%;
height: 100%;
width: var(--avatar-width);
height: var(--avatar-width);
}
.new-user a {
color: var(--primary-low-mid);