back to classes because of performance

This commit is contained in:
coolesding 2023-12-01 20:35:26 +00:00 committed by GitHub
parent 46ba740178
commit ff74b52a07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,9 @@
/* AVATAR-TEMPLATE-BEGIN */ /* AVATAR-TEMPLATE-BEGIN */
/* Custom avatar for {id} */ /* Custom avatar for {id} */
[style*="{id}"], .userAvatar_c4f005:is([style*="{id}"]),
[src^="https://cdn.discordapp.com/avatars/{id}"] { .avatar__08316:is([src^="https://cdn.discordapp.com/avatars/{id}"]),
.avatar__991e2:is([src^="https://cdn.discordapp.com/avatars/{id}"])
{
content: url({img}); content: url({img});
object-fit: scale-down; object-fit: scale-down;
aspect-ratio: 1; aspect-ratio: 1;