stuff
This commit is contained in:
parent
80cd51cbfb
commit
ef26eefcfe
File diff suppressed because one or more lines are too long
|
@ -4961,8 +4961,9 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
${BDFDB.dotCN.messageheadercozymeta} > span.popout-open,
|
||||
${BDFDB.dotCN.messageheadercozymeta} > span[class=""] {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
align-items: baseline;
|
||||
}
|
||||
${BDFDB.dotCNS.messageheadercompact + BDFDB.dotCN.bottag},
|
||||
${BDFDB.dotCNS.messageheadercompact + BDFDB.dotCN.messageusername} {
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
class BadgesEverywhere {
|
||||
getName () {return "BadgesEverywhere";}
|
||||
|
||||
getVersion () {return "1.4.0";}
|
||||
getVersion () {return "1.4.1";}
|
||||
|
||||
getAuthor () {return "DevilBro";}
|
||||
|
||||
|
@ -49,8 +49,11 @@ class BadgesEverywhere {
|
|||
.BE-badge.BE-badge-chat.BE-badge-CurrentGuildBoost {
|
||||
top: -1px !important;
|
||||
}
|
||||
${BDFDB.dotCN.messageheadercompact} .BE-badge.BE-badge-chat.BE-badge-CurrentGuildBoost {
|
||||
top: -2px !important;
|
||||
.BE-badge.BE-badge-chat:not(.BE-badge-CurrentGuildBoost) {
|
||||
top: 3px !important;
|
||||
}
|
||||
.BE-badge.BE-badge-chat.BE-badge-CurrentGuildBoost {
|
||||
top: 2px !important;
|
||||
}
|
||||
.BE-badge:not(.BE-badge-settings):first-of-type {
|
||||
margin-left: 5px !important;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
class EditUsers {
|
||||
getName () {return "EditUsers";}
|
||||
|
||||
getVersion () {return "3.4.7";}
|
||||
getVersion () {return "3.4.8";}
|
||||
|
||||
getAuthor () {return "DevilBro";}
|
||||
|
||||
|
@ -62,6 +62,9 @@ class EditUsers {
|
|||
${BDFDB.dotCN.userprofilebottag} {
|
||||
bottom: 3px;
|
||||
}
|
||||
${BDFDB.dotCN.bottagmessagecozy} {
|
||||
bottom: 2px;
|
||||
}
|
||||
${BDFDB.dotCN.bottagmessagecompact} {
|
||||
margin-right: 6px;
|
||||
bottom: 3px;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
class TopRoleEverywhere {
|
||||
getName () {return "TopRoleEverywhere";}
|
||||
|
||||
getVersion () {return "2.8.2";}
|
||||
getVersion () {return "2.8.3";}
|
||||
|
||||
getAuthor () {return "DevilBro";}
|
||||
|
||||
|
@ -29,9 +29,10 @@ class TopRoleEverywhere {
|
|||
font-size: 10px;
|
||||
font-weight: 500;
|
||||
height: 15px;
|
||||
line-height: 13px;
|
||||
line-height: 12px;
|
||||
margin-left: 6px;
|
||||
padding: 1px 2px;
|
||||
position: relative;
|
||||
text-indent: 0px !important;
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
|
@ -41,9 +42,11 @@ class TopRoleEverywhere {
|
|||
text-overflow: ellipsis;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
${BDFDB.dotCN.messagegroupcompact} .TRE-tag {
|
||||
margin-left: 2px;
|
||||
margin-right: 6px;
|
||||
${BDFDB.dotCN.messagegroup} .TRE-tag {
|
||||
bottom: 2px;
|
||||
}
|
||||
.BE-badges + .TRE-tag {
|
||||
margin-left: 0;
|
||||
}`;
|
||||
|
||||
this.tagMarkup = `<div class="TRE-tag"><div class="role-inner"></div></div>`;
|
||||
|
|
Loading…
Reference in New Issue