bad selectors hurt my heart...
This commit is contained in:
parent
3fd26857e9
commit
27c0fd5114
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
/* AVATAR-TEMPLATE-BEGIN */
|
/* AVATAR-TEMPLATE-BEGIN */
|
||||||
/* Custom avatar for {id} */
|
/* Custom avatar for {id} */
|
||||||
[style*="https://cdn.discordapp.com/avatars/{id}"],
|
[style*="https://cdn.discordapp.com/avatars/{id}"],
|
||||||
[src^="https://cdn.discordapp.com/avatars/{id}"] {
|
[src*="{id}"] {
|
||||||
content: url({img});
|
content: url({img});
|
||||||
object-fit: scale-down;
|
object-fit: scale-down;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue