fix fetching template
i didnt know the template begin and end comments were important, i should have known considering they were functional with the badges haha
This commit is contained in:
parent
8785cd9816
commit
aa2671102f
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* AVATAR-TEMPLATE-BEGIN */
|
||||||
/*{id} is userid in data.json and {img} is the image link, usually gif*/
|
/*{id} is userid in data.json and {img} is the image link, usually gif*/
|
||||||
.userAvatar_c4f005[style*="{id}"]
|
.userAvatar_c4f005[style*="{id}"]
|
||||||
,.avatar__08316[src^="https://cdn.discordapp.com/avatars/{id}"]
|
,.avatar__08316[src^="https://cdn.discordapp.com/avatars/{id}"]
|
||||||
|
|
@ -8,3 +9,4 @@
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
|
/* AVATAR-TEMPLATE-END */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue