LOVE: fixed the size for avatars (#8443)

This commit is contained in:
Alexander Platov 2025-04-03 03:59:19 +03:00 committed by GitHub
parent 8808e49513
commit 7cdeb49651
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@
.ava {
overflow: hidden;
position: absolute;
width: 6rem;
height: 50%;
aspect-ratio: 1;
border-radius: 50%;
}