Wall: Fix avatars of post authors when a non-standard avatar style is used

This commit is contained in:
Maxim Leshchenko 2022-05-23 17:45:29 +01:00
parent 453ce0e7d6
commit ce6c576ffb
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;