mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
parent
a4733f9593
commit
240cc73102
2 changed files with 13 additions and 0 deletions
|
@ -40,3 +40,9 @@ div.content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth
|
|||
height: 30px !important;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.profile_thumb > a > img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
|
|
@ -67,3 +67,10 @@ div.ovk-video > div > img
|
|||
height: 30px !important;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.profile_thumb > a > img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
object-fit: cover;
|
||||
border-radius: 100px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue