fix(theme): avatars misaligned in team member cards

closes #5160
pull/5164/head
Divyansh Singh 1 month 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 {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
inset: 0;
margin: 0;
border-radius: 50%;
object-fit: cover;
}

Loading…
Cancel
Save