This commit is contained in:
Mirco Wittrien 2020-10-17 09:22:53 +02:00
parent bcd6bc9823
commit bb6b5e18a9
3 changed files with 6 additions and 8 deletions

View File

@ -273,6 +273,10 @@ img:not([src]), img[src=""], img[src="null"] {
filter: grayscale(100%) brightness(50%);
}
[REPLACE_CLASS_messagebottag] {
top: .15rem;
}
[REPLACE_CLASS_messageavatar][REPLACE_CLASS_bdfdbbadgeavatar] [REPLACE_CLASS_avatarwrapper] {
width: inherit !important;
height: inherit !important;

View File

@ -5,11 +5,12 @@ module.exports = (_ => {
"info": {
"name": "BadgesEverywhere",
"author": "DevilBro",
"version": "1.6.2",
"version": "1.6.3",
"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"
}
}
@ -174,10 +175,6 @@ module.exports = (_ => {
${BDFDB.dotCN._badgeseverywheremini} {
margin-left: 5px;
}
${BDFDB.dotCNS.messagecozy + BDFDB.dotCNS.messageusername} + ${BDFDB.dotCN._badgeseverywherebadges},
${BDFDB.dotCNS.messagecompact + BDFDB.dotCN.messagetimestampseparator} + ${BDFDB.dotCN._badgeseverywherebadges} {
margin-left: 0;
}
${BDFDB.dotCNS.messagecompact + BDFDB.dotCN.messageusername} ~ ${BDFDB.dotCN._badgeseverywherebadges} {
margin-right: .25rem;
text-indent: 0;

View File

@ -96,9 +96,6 @@ module.exports = (_ => {
${BDFDB.dotCNS.userprofile + BDFDB.dotCN.memberownericon} {
top: 0px;
}
${BDFDB.dotCNS.messagecozy + BDFDB.dotCN.memberownericon} {
margin-right: .25rem;
}
`;
}