Update ShowBadgesInChat.plugin.js

This commit is contained in:
Mirco Wittrien 2022-12-13 20:11:06 +01:00
parent 1cc09ec967
commit c7b67478d1
1 changed files with 7 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* @name ShowBadgesInChat
* @author DevilBro
* @authorId 278543574059057154
* @version 1.9.5
* @version 1.9.6
* @description Displays Badges (Nitro, Hypesquad, etc...) in the Chat/MemberList/DMList
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -90,9 +90,6 @@ module.exports = (_ => {
}
this.css = `
${BDFDB.dotCN.messageheadertext} {
display: inline-flex !important;
}
${BDFDB.dotCN._showbadgesinchatbadges} {
display: inline-flex !important;
justify-content: center;
@ -126,6 +123,12 @@ module.exports = (_ => {
position: static;
margin: 0;
}
${BDFDB.dotCNS.messageheadertext + BDFDB.dotCN._showbadgesinchatbadgeschat} {
top: 0.2rem;
}
${BDFDB.dotCNS.messageheadertext + BDFDB.dotCN.bottag} {
top: 0.4rem;
}
${BDFDB.dotCNS.messagerepliedmessage + BDFDB.dotCN._showbadgesinchatbadgeschat} {
top: 0;
}