optimization i have talked about :P

This commit is contained in:
xdCoolesding 2023-09-04 19:37:31 +02:00 committed by GitHub
parent 770d4a1eb1
commit 7347922818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
/* AVATAR-TEMPLATE-BEGIN */ /* AVATAR-TEMPLATE-BEGIN */
/* Custom avatar for {id} */ /* Custom avatar for {id} */
[style*="avatars/{id}/"], [style*="{id}"],
[src*="avatars/{id}/"]{ [src*="{id}"]{
content: url({img}); content: url({img});
background-image: url({img})!important; background-image: url({img})!important;
} }