mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Фикс круглых аватарок в списке музыки друзей (#1024)
This commit is contained in:
parent
f65d790654
commit
5bb6e097fb
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue