bad selectors hurt my heart...

This commit is contained in:
coolesding 2023-10-10 22:19:59 +02:00 committed by GitHub
parent 3fd26857e9
commit 27c0fd5114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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