Update TopRoleEverywhere.plugin.js

This commit is contained in:
Mirco Wittrien 2019-07-28 10:32:21 +02:00 committed by GitHub
parent 1dc997d185
commit 7e189da738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 2 deletions

View File

@ -3,7 +3,7 @@
class TopRoleEverywhere {
getName () {return "TopRoleEverywhere";}
getVersion () {return "2.8.1";}
getVersion () {return "2.8.2";}
getAuthor () {return "DevilBro";}
@ -21,10 +21,23 @@ 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;
display: block;
display: inline-block;
flex-shrink: 0;
font-size: 10px;
font-weight: 500;