Update BadgesEverywhere.plugin.js

This commit is contained in:
Mirco Wittrien 2021-01-11 14:07:57 +01:00
parent b6a7a4d1a5
commit 495c7c6d1b
1 changed files with 10 additions and 4 deletions

View File

@ -14,13 +14,12 @@ module.exports = (_ => {
"info": {
"name": "BadgesEverywhere",
"author": "DevilBro",
"version": "1.6.3",
"version": "1.6.5",
"description": "Display Badges (Nitro, HypeSquad, etc...) in the chat/memberlist/userpopout"
},
"changeLog": {
"fixed": {
"Chat Margin": "Added margin between username and badges",
"Colored Badges": "Work again"
"Styling Replies": "Fixed position and margins for badges in replied messages"
}
}
};
@ -192,13 +191,20 @@ module.exports = (_ => {
position: relative;
top: 2px;
}
${BDFDB.dotCNS.messagerepliedmessage + BDFDB.dotCN._badgeseverywherebadgeschat} {
top: 0;
}
${BDFDB.dotCN._badgeseverywheremini} {
margin-left: 5px;
}
${BDFDB.dotCNS.messagecompact + BDFDB.dotCN.messageusername} ~ ${BDFDB.dotCN._badgeseverywherebadges} {
${BDFDB.dotCNS.messagecompact + BDFDB.dotCN.messageusername} ~ ${BDFDB.dotCN._badgeseverywherebadges},
${BDFDB.dotCNS.messagerepliedmessage + BDFDB.dotCN.messageusername} ~ ${BDFDB.dotCN._badgeseverywherebadges} {
margin-right: .25rem;
text-indent: 0;
}
${BDFDB.dotCNS.messagerepliedmessage + BDFDB.dotCN.messageusername} ~ ${BDFDB.dotCN._badgeseverywherebadges} {
margin-left: 0;
}
${BDFDB.dotCN._badgeseverywherebadgesinner} {
display: inline-grid;