mirror of
https://github.com/openvk/openvk
synced 2024-12-22 16:42:32 +03:00
Wall: Fix avatars of post authors when a non-standard avatar style is used
This commit is contained in:
parent
453ce0e7d6
commit
ce6c576ffb
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ table.User > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-chil
|
|||
object-fit: cover;
|
||||
}
|
||||
|
||||
.post > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > img:nth-child(1)
|
||||
.post > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1) > img:nth-child(1)
|
||||
{
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
|
|
|
@ -11,7 +11,7 @@ table.User > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-chil
|
|||
border-radius: 100px;
|
||||
}
|
||||
|
||||
.post > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > img:nth-child(1)
|
||||
.post > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1) > img:nth-child(1)
|
||||
{
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
|
|
Loading…
Reference in a new issue