12 lines
371 B
CSS
12 lines
371 B
CSS
/* AVATAR-TEMPLATE-BEGIN */
|
|
/* Custom avatar for {id} */
|
|
.userAvatar_c4f005:is([style*="{id}"]),
|
|
.avatar__08316:is([src^="https://cdn.discordapp.com/avatars/{id}"]),
|
|
.avatar__991e2:is([src^="https://cdn.discordapp.com/avatars/{id}"])
|
|
{
|
|
content: url({img});
|
|
object-fit: scale-down;
|
|
aspect-ratio: 1;
|
|
background-image: none !important;
|
|
}
|
|
/* AVATAR-TEMPLATE-END */
|