From 65385b971c986cc1ab2ba53e1816ff4f7134c988 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 28 Jul 2019 15:24:47 +0200 Subject: [PATCH] stuff --- Plugins/BDFDB.max.js | 14 ++++++++++++++ .../BadgesEverywhere/BadgesEverywhere.plugin.js | 13 ------------- Plugins/EditUsers/EditUsers.plugin.js | 13 ------------- .../TopRoleEverywhere/TopRoleEverywhere.plugin.js | 13 ------------- 4 files changed, 14 insertions(+), 39 deletions(-) diff --git a/Plugins/BDFDB.max.js b/Plugins/BDFDB.max.js index a5c839bd94..0a4ba3f6ea 100644 --- a/Plugins/BDFDB.max.js +++ b/Plugins/BDFDB.max.js @@ -4953,6 +4953,20 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api text-overflow: ellipsis; } + ${BDFDB.dotCNS.message + BDFDB.dotCN.messageheadercozy} { + padding-top: 0; + } + ${BDFDB.dotCN.messageheadercompact} > span.popout-open, + ${BDFDB.dotCN.messageheadercompact} > span[class=""], + ${BDFDB.dotCN.messageheadercozymeta} > span.popout-open, + ${BDFDB.dotCN.messageheadercozymeta} > span[class=""] { + display: inline-flex; + align-items: center; + } + ${BDFDB.dotCNS.messageheadercompact + BDFDB.dotCN.messageusername} { + text-indent: 0px; + } + #bd-settingspane-container .ui-form-title { display: inline-block; } diff --git a/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js b/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js index 48d0485313..da4d575527 100644 --- a/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js +++ b/Plugins/BadgesEverywhere/BadgesEverywhere.plugin.js @@ -22,19 +22,6 @@ class BadgesEverywhere { }; this.css = ` - ${BDFDB.dotCNS.message + BDFDB.dotCN.messageheadercozy} { - padding-top: 0; - } - ${BDFDB.dotCN.messageheadercompact} > span.popout-open, - ${BDFDB.dotCN.messageheadercompact} > span[class=""], - ${BDFDB.dotCN.messageheadercozymeta} > span.popout-open, - ${BDFDB.dotCN.messageheadercozymeta} > span[class=""] { - display: inline-flex; - align-items: center; - } - ${BDFDB.dotCNS.messageheadercompact + BDFDB.dotCN.messageusername} { - text-indent: 0px; - } ${BDFDB.dotCN.userpopoutcustomstatus}:not(:last-child) { margin-top: 4px; margin-bottom: 4px; diff --git a/Plugins/EditUsers/EditUsers.plugin.js b/Plugins/EditUsers/EditUsers.plugin.js index 29bc57a921..08eb133ffa 100644 --- a/Plugins/EditUsers/EditUsers.plugin.js +++ b/Plugins/EditUsers/EditUsers.plugin.js @@ -45,19 +45,6 @@ class EditUsers { this.avatarselector = BDFDB.dotCNC.guildicon + BDFDB.dotCNC.avatar + BDFDB.dotCNC.callavatarwrapper + BDFDB.dotCN.voiceavatarcontainer; this.css = ` - ${BDFDB.dotCNS.message + BDFDB.dotCN.messageheadercozy} { - padding-top: 0; - } - ${BDFDB.dotCN.messageheadercompact} > span.popout-open, - ${BDFDB.dotCN.messageheadercompact} > span[class=""], - ${BDFDB.dotCN.messageheadercozymeta} > span.popout-open, - ${BDFDB.dotCN.messageheadercozymeta} > span[class=""] { - display: inline-flex; - align-items: center; - } - ${BDFDB.dotCNS.messageheadercompact + BDFDB.dotCN.messageusername} { - text-indent: 0px; - } ${BDFDB.dotCN.bottag} { line-height: 13px; height: 13px; diff --git a/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js b/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js index 134f969fa5..ab56b44d18 100644 --- a/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js +++ b/Plugins/TopRoleEverywhere/TopRoleEverywhere.plugin.js @@ -21,19 +21,6 @@ class TopRoleEverywhere { }; this.css = ` - ${BDFDB.dotCNS.message + BDFDB.dotCN.messageheadercozy} { - padding-top: 0; - } - ${BDFDB.dotCN.messageheadercompact} > span.popout-open, - ${BDFDB.dotCN.messageheadercompact} > span[class=""], - ${BDFDB.dotCN.messageheadercozymeta} > span.popout-open, - ${BDFDB.dotCN.messageheadercozymeta} > span[class=""] { - display: inline-flex; - align-items: center; - } - ${BDFDB.dotCNS.messageheadercompact + BDFDB.dotCN.messageusername} { - text-indent: 0px; - } .TRE-tag { border-radius: 3px; box-sizing: border-box;