fixes
This commit is contained in:
parent
b9252df976
commit
9be0fd12c7
|
@ -2,7 +2,7 @@
|
||||||
* @name ShowBadgesInChat
|
* @name ShowBadgesInChat
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @authorId 278543574059057154
|
||||||
* @version 1.8.0
|
* @version 1.8.1
|
||||||
* @description Displays Badges (Nitro, Hypesquad, etc...) in the Chat/MemberList/DMList
|
* @description Displays Badges (Nitro, Hypesquad, etc...) in the Chat/MemberList/DMList
|
||||||
* @invite Jx3TjNS
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
|
@ -17,13 +17,12 @@ module.exports = (_ => {
|
||||||
"info": {
|
"info": {
|
||||||
"name": "ShowBadgesInChat",
|
"name": "ShowBadgesInChat",
|
||||||
"author": "DevilBro",
|
"author": "DevilBro",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"description": "Displays Badges (Nitro, Hypesquad, etc...) in the Chat/MemberList/DMList"
|
"description": "Displays Badges (Nitro, Hypesquad, etc...) in the Chat/MemberList/DMList"
|
||||||
},
|
},
|
||||||
"changeLog": {
|
"changeLog": {
|
||||||
"improved": {
|
"fixed": {
|
||||||
"Plugin Name": "Changed to clarify the Usage",
|
"Chat Position": ""
|
||||||
"DM List": "Also works in DM List now"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -149,7 +148,7 @@ module.exports = (_ => {
|
||||||
}
|
}
|
||||||
${BDFDB.dotCN._showbadgesinchatbadgeschat} {
|
${BDFDB.dotCN._showbadgesinchatbadgeschat} {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 4px;
|
||||||
}
|
}
|
||||||
${BDFDB.dotCNS.messagerepliedmessage + BDFDB.dotCN._showbadgesinchatbadgeschat} {
|
${BDFDB.dotCNS.messagerepliedmessage + BDFDB.dotCN._showbadgesinchatbadgeschat} {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
@ -25,6 +25,11 @@ module.exports = (_ => {
|
||||||
"Thread Creators": "Added a dark gray crown for Thread Creators (they no longe appear as Server Owners)",
|
"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"
|
"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} {
|
${BDFDB.dotCN.memberownericon + BDFDB.dotCN._stafftagthreadcreatoricon} {
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
}
|
}
|
||||||
|
${BDFDB.dotCN.memberownericon} {
|
||||||
|
top: 0px;
|
||||||
|
}
|
||||||
${BDFDB.dotCNS.message + BDFDB.dotCN.memberownericon} {
|
${BDFDB.dotCNS.message + BDFDB.dotCN.memberownericon} {
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
${BDFDB.dotCNS.voicecontent + BDFDB.dotCN.memberownericon} {
|
|
||||||
top: 0px;
|
|
||||||
}
|
|
||||||
${BDFDB.dotCNS.userprofile + BDFDB.dotCN.memberownericon} {
|
|
||||||
top: 0px;
|
|
||||||
}
|
|
||||||
${BDFDB.dotCNS.messagecompact + BDFDB.dotCN.memberownericon} {
|
${BDFDB.dotCNS.messagecompact + BDFDB.dotCN.memberownericon} {
|
||||||
top: 1px;
|
top: 1px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|
Loading…
Reference in New Issue