mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
round avatars style fav borders now round too
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user