Fixed rounded avatars in .tippy-content (#826)

This commit is contained in:
Evgeniy Khramov 2023-01-09 15:50:47 +05:00 committed by GitHub
parent ea3f869473
commit 4f3167195b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,3 +74,10 @@ div.ovk-video > div > img
object-fit: cover;
border-radius: 100px;
}
.tippy-content > table > tbody > tr > td:nth-child(1) > img{
width: 54px;
height: 54px;
object-fit: cover;
border-radius: 100px;
}