Wall: add "object-fit: cover" to .cCompactAvatars

Fixes distortion with squared avatars enabled.
This commit is contained in:
Alexander Minkin 2022-02-09 23:17:57 +03:00
parent a15a78b8f0
commit 89f6807648
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30
2 changed files with 2 additions and 0 deletions

View file

@ -38,4 +38,5 @@ div.content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth
.cCompactAvatars {
width: 30px !important;
height: 30px !important;
object-fit: cover;
}

View file

@ -65,4 +65,5 @@ div.ovk-video > div > img
.cCompactAvatars {
width: 30px !important;
height: 30px !important;
object-fit: cover;
}