diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index 9ac1ff4420..4a2f9514ec 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -1,5 +1,18 @@ @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SupporterBadge.css); +#pluginNotice[class=" "], #pluginNotice[class=""] { + z-index: 999; + background: black; + color: white; + text-align: center; + pointer-events: all; +} +#pluginNotice[class=" "] span, #pluginNotice[class=""] span { + position: relative; + top: 10px; + color: white; +} + img:not([src]), img[src=""], img[src="null"] { opacity: 0; } @@ -1024,4 +1037,4 @@ img:not([src]), img[src=""], img[src="null"] { .toast.toast-warning.icon, .toast.toast-warn.icon { background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMSAyMWgyMkwxMiAyIDEgMjF6bTEyLTNoLTJ2LTJoMnYyem0wLTRoLTJ2LTRoMnY0eiIvPjwvc3ZnPg==); -} \ No newline at end of file +}