mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Fixed rounded avatars in .tippy-content (#826)
This commit is contained in:
parent
ea3f869473
commit
4f3167195b
1 changed files with 7 additions and 0 deletions
|
@ -74,3 +74,10 @@ div.ovk-video > div > img
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tippy-content > table > tbody > tr > td:nth-child(1) > img{
|
||||||
|
width: 54px;
|
||||||
|
height: 54px;
|
||||||
|
object-fit: cover;
|
||||||
|
border-radius: 100px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue