This commit is contained in:
Mirco Wittrien 2021-08-02 20:18:26 +02:00
parent b9252df976
commit 9be0fd12c7
2 changed files with 13 additions and 12 deletions

View File

@ -2,7 +2,7 @@
* @name ShowBadgesInChat
* @author DevilBro
* @authorId 278543574059057154
* @version 1.8.0
* @version 1.8.1
* @description Displays Badges (Nitro, Hypesquad, etc...) in the Chat/MemberList/DMList
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,13 +17,12 @@ module.exports = (_ => {
"info": {
"name": "ShowBadgesInChat",
"author": "DevilBro",
"version": "1.8.0",
"version": "1.8.1",
"description": "Displays Badges (Nitro, Hypesquad, etc...) in the Chat/MemberList/DMList"
},
"changeLog": {
"improved": {
"Plugin Name": "Changed to clarify the Usage",
"DM List": "Also works in DM List now"
"fixed": {
"Chat Position": ""
}
}
};
@ -149,7 +148,7 @@ module.exports = (_ => {
}
${BDFDB.dotCN._showbadgesinchatbadgeschat} {
position: relative;
top: 2px;
top: 4px;
}
${BDFDB.dotCNS.messagerepliedmessage + BDFDB.dotCN._showbadgesinchatbadgeschat} {
top: 0;

View File

@ -25,6 +25,11 @@ module.exports = (_ => {
"Thread Creators": "Added a dark gray crown for Thread Creators (they no longe appear as Server Owners)",
"Server Owner/Group Owner": "Split the settings for Server and Group Owners, you can now change/disable them separately"
}
},
"changeLog": {
"fixed": {
"Member List Position": ""
}
}
};
@ -139,15 +144,12 @@ module.exports = (_ => {
${BDFDB.dotCN.memberownericon + BDFDB.dotCN._stafftagthreadcreatoricon} {
color: var(--text-muted);
}
${BDFDB.dotCN.memberownericon} {
top: 0px;
}
${BDFDB.dotCNS.message + BDFDB.dotCN.memberownericon} {
top: 2px;
}
${BDFDB.dotCNS.voicecontent + BDFDB.dotCN.memberownericon} {
top: 0px;
}
${BDFDB.dotCNS.userprofile + BDFDB.dotCN.memberownericon} {
top: 0px;
}
${BDFDB.dotCNS.messagecompact + BDFDB.dotCN.memberownericon} {
top: 1px;
margin-left: 0;