This commit is contained in:
Mirco Wittrien 2023-11-04 11:59:55 +01:00
parent 2e8a1ac805
commit 2a67b162b6
2 changed files with 6 additions and 1 deletions

View File

@ -149,6 +149,7 @@ module.exports = (_ => {
}
${BDFDB.dotCNS.messagerepliedmessage + BDFDB.dotCN.messageusername} ~ ${BDFDB.dotCN._showbadgesinchatbadges} {
margin-left: 0;
margin-right: .25rem;
}
${BDFDB.dotCN._showbadgesinchatbadgessettings} {

View File

@ -108,12 +108,16 @@ module.exports = (_ => {
${BDFDB.dotCNS.themedark + BDFDB.dotCN._toproleseverywhererolestyle} {
color: hsla(0, 0%, 100%, 0.8);
}
${BDFDB.dotCNS.messagerepliedmessage + BDFDB.dotCN._toproleseverywhererolestyle},
${BDFDB.dotCNS.messagecompact + BDFDB.dotCN._toproleseverywhererolestyle} {
margin-right: 0;
margin-left: 0.3rem;
text-indent: 0;
}
${BDFDB.dotCNS.messagerepliedmessage + BDFDB.dotCN._toproleseverywhererolestyle} {
margin-right: 0.3rem;
margin-left: 0;
text-indent: 0;
}
${BDFDB.dotCN._toproleseverywhererolestyle} {
display: inline-flex;
margin: 0 0 0 0.3rem;