removed downscaling and aspect ratio since those are filtered at request level

This commit is contained in:
coolesding 2024-03-15 15:10:02 +01:00 committed by GitHub
parent ed7dacf94e
commit fa3d5ce1ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,6 @@
,.avatar__991e2[src^="https://cdn.discordapp.com/avatars/{id}"]
,.avatar__777a6[src^="https://cdn.discordapp.com/avatars/{id}"] {
content: url({img});
object-fit: scale-down;
aspect-ratio: 1;
background-image: none !important;
}
/* AVATAR-TEMPLATE-END */