diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index d9882e3a71..8c605fd45e 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -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; diff --git a/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js b/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js index 4cb9b15ed0..a7ce3d3df9 100644 --- a/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js +++ b/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js @@ -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; diff --git a/Plugins/OwnerTag/OwnerTag.plugin.js b/Plugins/OwnerTag/OwnerTag.plugin.js index a31ccbb783..d943a18a1b 100644 --- a/Plugins/OwnerTag/OwnerTag.plugin.js +++ b/Plugins/OwnerTag/OwnerTag.plugin.js @@ -96,9 +96,6 @@ module.exports = (_ => { ${BDFDB.dotCNS.userprofile + BDFDB.dotCN.memberownericon} { top: 0px; } - ${BDFDB.dotCNS.messagecozy + BDFDB.dotCN.memberownericon} { - margin-right: .25rem; - } `; }