Фикс круглых аватарок в списке музыки друзей (#1024)

This commit is contained in:
Evgeniy Khramov 2023-11-12 17:04:13 +05:00 committed by GitHub
parent f65d790654
commit 5bb6e097fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,3 +81,10 @@ div.ovk-video > div > img
object-fit: cover;
border-radius: 100px;
}
.friendsAudiosList .elem img {
width: 30px;
border-radius: 100px;
height: 31px;
min-width: 30px;
}