2020-06-07 19:04:43 +03:00
|
|
|
.left_small_block > div > div > div > table > tbody > tr > td > a > img,
|
|
|
|
table.User > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1) > img:nth-child(1)
|
|
|
|
{
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
object-fit: cover;
|
|
|
|
}
|
|
|
|
|
2022-05-23 19:45:29 +03:00
|
|
|
.post > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1) > img:nth-child(1)
|
2020-06-07 19:04:43 +03:00
|
|
|
{
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
object-fit: cover;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1) > img:nth-child(1)
|
|
|
|
{
|
|
|
|
width: 75px;
|
|
|
|
height: 75px;
|
|
|
|
object-fit: cover;
|
|
|
|
}
|
|
|
|
|
|
|
|
.crp-entry--image > img
|
|
|
|
{
|
2021-01-27 20:59:11 +03:00
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
2020-06-07 19:04:43 +03:00
|
|
|
object-fit: cover;
|
|
|
|
}
|
|
|
|
|
|
|
|
.crp-entry--message---av > img,
|
|
|
|
.ava
|
|
|
|
{
|
2021-01-27 20:59:11 +03:00
|
|
|
width: 42px;
|
|
|
|
height: 42px;
|
2020-06-07 19:04:43 +03:00
|
|
|
object-fit: cover;
|
|
|
|
}
|
2021-11-28 14:53:33 +03:00
|
|
|
|
|
|
|
.cCompactAvatars {
|
|
|
|
width: 30px !important;
|
|
|
|
height: 30px !important;
|
2022-02-09 23:17:57 +03:00
|
|
|
object-fit: cover;
|
2021-11-28 14:53:33 +03:00
|
|
|
}
|
2022-07-05 18:08:55 +03:00
|
|
|
|
|
|
|
.profile_thumb > a > img {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
object-fit: cover;
|
|
|
|
}
|