stuff
This commit is contained in:
parent
2e8a1ac805
commit
2a67b162b6
|
@ -149,6 +149,7 @@ module.exports = (_ => {
|
|||
}
|
||||
${BDFDB.dotCNS.messagerepliedmessage + BDFDB.dotCN.messageusername} ~ ${BDFDB.dotCN._showbadgesinchatbadges} {
|
||||
margin-left: 0;
|
||||
margin-right: .25rem;
|
||||
}
|
||||
|
||||
${BDFDB.dotCN._showbadgesinchatbadgessettings} {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue