round avatars style fav borders now round too

This commit is contained in:
RossAscends
2023-04-29 19:30:13 +09:00
parent 2bed84fb7a
commit d005384ac6

View File

@ -2744,6 +2744,10 @@ body.big-avatars .avatar_collage {
overflow: hidden;
}
body:not(.big-avatars) .avatar {
border-radius: 50%;
}
body:not(.big-avatars) .avatar_collage img {
border-radius: 0% !important;
}