fix low resolution, gonna have to make all images square now :(

This commit is contained in:
coolesding 2023-09-30 23:58:15 +02:00 committed by GitHub
parent b32380c471
commit a22d6d9776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
[src^="https://cdn.discordapp.com/avatars/{id}"], [src^="https://cdn.discordapp.com/avatars/{id}"],
.userAvatar-3Hwf1F:is([style*="{id}"]) { .userAvatar-3Hwf1F:is([style*="{id}"]) {
content: url({img}); content: url({img});
background-image: url({img}) !important; object-fit: scale-down;
} }
/* AVATAR-TEMPLATE-END */ /* AVATAR-TEMPLATE-END */