Fixed rehashing + Added DM support
This commit is contained in:
parent
582aac21e8
commit
0b775cc692
1 changed files with 6 additions and 5 deletions
|
|
@ -1,12 +1,13 @@
|
||||||
/* AVATAR-TEMPLATE-BEGIN */
|
/* 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*/
|
||||||
.clickable_f9f2ca[src^="https://cdn.discordapp.com/avatars/{id}"]
|
.avatar__183c2[src^="https://cdn.discordapp.com/avatars/{id}"]
|
||||||
,.avatar_c51b4e[src^="https://cdn.discordapp.com/avatars/{id}"]
|
,.avatar_c19a55[src^="https://cdn.discordapp.com/avatars/{id}"]
|
||||||
,.voiceAvatar_db83a2[src^="https://cdn.discordapp.com/avatars/{id}"]
|
,.avatar__44b0c[src^="https://cdn.discordapp.com/avatars/{id}"]
|
||||||
,.avatar_d03bba[src^="https://cdn.discordapp.com/avatars/{id}"] {
|
,.voiceAvatar_f910d0[src^="https://cdn.discordapp.com/avatars/{id}"]
|
||||||
|
,.icon__6e9f8[src^="https://cdn.discordapp.com/avatars/{id}"] {
|
||||||
content: url({img})
|
content: url({img})
|
||||||
}
|
}
|
||||||
.userAvatar_ac3629[style*="{id}"] {
|
.userAvatar__55bab[style*="{id}"] {
|
||||||
background-image: url({img})!important
|
background-image: url({img})!important
|
||||||
}
|
}
|
||||||
/* AVATAR-TEMPLATE-END */
|
/* AVATAR-TEMPLATE-END */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue