Update BadgesEverywhere.plugin.js

This commit is contained in:
Mirco Wittrien 2019-07-25 11:19:28 +02:00
parent 8200c2ed73
commit 9b7e27a74b
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
class BadgesEverywhere { class BadgesEverywhere {
getName () {return "BadgesEverywhere";} getName () {return "BadgesEverywhere";}
getVersion () {return "1.3.6";} getVersion () {return "1.3.7";}
getAuthor () {return "DevilBro";} getAuthor () {return "DevilBro";}
@ -11,7 +11,7 @@ class BadgesEverywhere {
initConstructor () { initConstructor () {
this.changelog = { this.changelog = {
"fixed":[["New Structure","Fixed issues that will occur once the avatar/name changes from canary will hit stable/ptb"]] "fixed":[["ChatIDRedux","Fixed an issue with ChatIDRedux"]]
}; };
this.patchModules = { this.patchModules = {
@ -25,7 +25,7 @@ class BadgesEverywhere {
${BDFDB.dotCNS.message + BDFDB.dotCN.messageheadercozy} { ${BDFDB.dotCNS.message + BDFDB.dotCN.messageheadercozy} {
padding-top: 0; padding-top: 0;
} }
${BDFDB.dotCN.messageheadercozymeta} > span:first-child { ${BDFDB.dotCN.messageheadercozymeta} > span[class=""] {
display: inline-flex; display: inline-flex;
} }
${BDFDB.dotCN.userpopoutcustomstatus}:not(:last-child) { ${BDFDB.dotCN.userpopoutcustomstatus}:not(:last-child) {