Update template.css
This commit is contained in:
parent
8dedafa412
commit
f9e7f2d920
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
/* 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^="https://cdn.discordapp.com/avatars/{id}"],
|
||||||
|
.userAvatar-3Hwf1F:is([style*="{id}]) {
|
||||||
content: url({img});
|
content: url({img});
|
||||||
background-image: url({img})!important;
|
background-image: url({img})!important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue