mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Wall: add "object-fit: cover" to .cCompactAvatars
Fixes distortion with squared avatars enabled.
This commit is contained in:
parent
a15a78b8f0
commit
89f6807648
2 changed files with 2 additions and 0 deletions
|
@ -38,4 +38,5 @@ div.content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth
|
||||||
.cCompactAvatars {
|
.cCompactAvatars {
|
||||||
width: 30px !important;
|
width: 30px !important;
|
||||||
height: 30px !important;
|
height: 30px !important;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,4 +65,5 @@ div.ovk-video > div > img
|
||||||
.cCompactAvatars {
|
.cCompactAvatars {
|
||||||
width: 30px !important;
|
width: 30px !important;
|
||||||
height: 30px !important;
|
height: 30px !important;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue