stuff
This commit is contained in:
parent
7c595dffa0
commit
fe0c78ac8c
|
@ -9317,7 +9317,7 @@
|
|||
}
|
||||
if (user.id == "278543574059057154") {
|
||||
changed = true;
|
||||
avatar.props.className = BDFDB.DOMUtils.formatClassName(avatar.props.className, BDFDB.disCN.bdfdbbadge, BDFDB.disCN.bdfdbsupporter);
|
||||
avatar.props.className = BDFDB.DOMUtils.formatClassName(avatar.props.className, BDFDB.disCN.bdfdbbadge, BDFDB.disCN.bdfdbdev);
|
||||
}
|
||||
if (changed && BDFDB.DataUtils.get(BDFDB, "settings", "showSupportBadges")) return avatar;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -834,6 +834,7 @@ body:before {
|
|||
background-color: rgba(var(--vaccentcolor), calc(0.3 * var(--vusechatbubbles)));
|
||||
}
|
||||
#app-mount .avatar-1BDn8e {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: calc(-70px * var(--vusechatbubbles) + 16px);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue