This commit is contained in:
Mirco Wittrien 2020-03-08 13:06:04 +01:00
parent 6210882b32
commit c7fc9c2d88
2 changed files with 5 additions and 1 deletions

View File

@ -8134,6 +8134,10 @@
BDFDB.DOMUtils.appendLocalStyle("BDFDB", `
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/SupporterBadge.css);
img:not([src]), img[src=""], img[src="null"] {
opacity: 0;
}
${BDFDB.dotCN.changelogicon} {
display: inline-block;
background: currentColor;

File diff suppressed because one or more lines are too long