fix(theme): avatars misaligned in team member cards

closes #5160
pull/5164/head
Divyansh Singh 6 months ago committed by GitHub
parent 4fc1db83d7
commit 6730fb8462
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -153,10 +153,8 @@ withDefaults(defineProps<Props>(), {
.avatar-img { .avatar-img {
position: absolute; position: absolute;
top: 0; inset: 0;
right: 0; margin: 0;
bottom: 0;
left: 0;
border-radius: 50%; border-radius: 50%;
object-fit: cover; object-fit: cover;
} }

Loading…
Cancel
Save