From 06b3cbd7c8c307216de40698281913254f130d38 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 26 Jul 2019 10:41:49 +0200 Subject: [PATCH] Update BadgesEverywhere.plugin.js --- Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js b/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js index ef4cd6d1f5..af7dfbfcaf 100644 --- a/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js +++ b/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js @@ -3,7 +3,7 @@ class BadgesEverywhere { getName () {return "BadgesEverywhere";} - getVersion () {return "1.3.8";} + getVersion () {return "1.3.9";} getAuthor () {return "DevilBro";} @@ -45,7 +45,7 @@ class BadgesEverywhere { margin: 0 2px !important; } .BE-badge.BE-badge-list:not(.BE-badge-CurrentGuildBoost) { - top: 1px !important; + top: 0px !important; } .BE-badge.BE-badge-popout:not(.BE-badge-CurrentGuildBoost) { top: 3px !important;