From c7b67478d118f33774b2297c87389f830dd2d6c2 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 13 Dec 2022 20:11:06 +0100 Subject: [PATCH] Update ShowBadgesInChat.plugin.js --- Plugins/ShowBadgesInChat/ShowBadgesInChat.plugin.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Plugins/ShowBadgesInChat/ShowBadgesInChat.plugin.js b/Plugins/ShowBadgesInChat/ShowBadgesInChat.plugin.js index 3d002ff5e6..fc44102d48 100644 --- a/Plugins/ShowBadgesInChat/ShowBadgesInChat.plugin.js +++ b/Plugins/ShowBadgesInChat/ShowBadgesInChat.plugin.js @@ -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; }