From 51185ca89f6df2ec28cd8e12573f206733a1fd25 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 9 Jan 2020 15:50:58 +0100 Subject: [PATCH] Update TopRoleEverywhere.plugin.js --- Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js b/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js index 1263ea803e..0c6ffb9fb4 100644 --- a/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js +++ b/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js @@ -3,7 +3,7 @@ class TopRoleEverywhere { getName () {return "TopRoleEverywhere";} - getVersion () {return "2.9.4";} + getVersion () {return "2.9.5";} getAuthor () {return "DevilBro";} @@ -11,6 +11,7 @@ class TopRoleEverywhere { constructor () { this.changelog = { + "fixed":[["Compact", "Fixed roles in role style for compact mode"]], "improved":[["Coloress", "If you disabled the plugin for colorless roles and the highest role of a user is a role without color, then the plugin will try to find the next highest role with a color"], ["New Library Structure & React","Restructured my Library and switched to React rendering instead of DOM manipulation"]] }; @@ -35,6 +36,9 @@ class TopRoleEverywhere { .TRE-tag.TRE-roletag { margin: 0 0 0 0.3rem; } + ${BDFDB.dotCN.messageheadercompact} .TRE-roletag { + text-indent: 0; + } .TRE-tag.TRE-bottag { margin-left: 0.3rem; }