Update BadgesEverywhere.plugin.js

This commit is contained in:
Mirco Wittrien 2020-03-09 15:09:10 +01:00
parent eb44a5fcc9
commit af27168d54
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ var BadgesEverywhere = (_ => {
${BDFDB.dotCNS.messagecozy + BDFDB.dotCN.messageusername} + .BE-badges .BE-badge:first-of-type {
margin-left: 0;
}
${BDFDB.dotCNS.messagecompact + BDFDB.dotCN.messagetimestampseparator} + .BE-badges .BE-badge:first-of-type {
margin-left: 0;
}
${BDFDB.dotCNS.messagecompact + BDFDB.dotCN.messageusername} ~ .BE-badges .BE-badge:last-of-type {
margin-right: .25rem;
}