lets see if this works (#8)
This commit is contained in:
parent
7233201284
commit
dc1c1ad2bc
1 changed files with 9 additions and 10 deletions
|
|
@ -1,22 +1,21 @@
|
||||||
/* AVATAR-TEMPLATE-BEGIN */
|
/* AVATAR-TEMPLATE-BEGIN */
|
||||||
/* Custom avatar for {id} */
|
/* Custom avatar for {id} */
|
||||||
[src^="https://cdn.discordapp.com/avatars/{id}/"]
|
[style*="avatars/{id}/"],
|
||||||
{
|
[src*="avatars/{id}/"]{
|
||||||
content: url("{img}");
|
content: url({img});
|
||||||
|
background-image: url({img})!important;
|
||||||
}
|
}
|
||||||
/* AVATAR-TEMPLATE-END */
|
/* AVATAR-TEMPLATE-END */
|
||||||
|
|
||||||
/* BADGE-TEMPLATE-BEGIN */
|
/* BADGE-TEMPLATE-BEGIN */
|
||||||
/* Custom badge for {username} */
|
/* Custom badge for {username} */
|
||||||
#app-mount [aria-label="{username}"] .badgeList-2aoHPw::before,
|
.header-S26rhB:has([aria-label*="{username}"])>.headerTop-1PNKck>.badgeList-2aoHPw::before,
|
||||||
#app-mount [aria-label="{username}"] .profileBadges-2pItdR::before,
|
[aria-label="{username}"]>:first-child>:first-child>.profileBadges-2pItdR::before,
|
||||||
#app-mount [aria-label="{username}"] .profileBadge22-3GAYRy::before,
|
.badgeList-b3Ajmk:before,
|
||||||
#app-mount [aria-label="{username}"] .profileBadge-12r2Nm::before,
|
.profileCustomizationPreview-3zZw6E>:first-child>.profileBadges-2pItdR:before{
|
||||||
#app-mount [aria-label="{username}"] .profileBadge24-sH1efV::before,
|
|
||||||
#app-mount [aria-label="{username}"] .badges-XRnWAp::before {
|
|
||||||
content: "";
|
content: "";
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background: url("{img}") center / 100% 100%;
|
background: url({img}) center / 100% 100%;
|
||||||
}
|
}
|
||||||
/* BADGE-TEMPLATE-END */
|
/* BADGE-TEMPLATE-END */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue