removed weird selector i dont remember + new property

This commit is contained in:
coolesding 2023-10-01 00:34:54 +02:00 committed by GitHub
parent a2de090191
commit f6cd3b2a25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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