stuff
This commit is contained in:
parent
eaf6496110
commit
88255bbff2
|
@ -13,6 +13,10 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
position: fixed;
|
||||
}
|
||||
|
||||
[REPLACE_CLASS_titlebarmac] {
|
||||
z-index: 1000001;
|
||||
}
|
||||
|
||||
[REPLACE_CLASS_itemlayercontainerzindexdisabled] {
|
||||
z-index: unset;
|
||||
}
|
||||
|
|
|
@ -130,8 +130,13 @@ module.exports = (_ => {
|
|||
${BDFDB.dotCNS.userprofile + BDFDB.dotCN.memberownericon} {
|
||||
top: 0px;
|
||||
}
|
||||
${BDFDB.dotCNS.messagerepliedmessage + BDFDB.dotCN.memberownericon},
|
||||
${BDFDB.dotCNS.messagerepliedmessage + BDFDB.dotCN.memberownericon} {
|
||||
top: 0px;
|
||||
margin-left: 0;
|
||||
margin-right: 4px;
|
||||
}
|
||||
${BDFDB.dotCNS.messagecompact + BDFDB.dotCN.memberownericon} {
|
||||
top: 1px;
|
||||
margin-left: 0;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
|
|
@ -788,9 +788,22 @@ body::before {
|
|||
.mouse-mode.full-motion .wrapper-1F5TKx:hover {
|
||||
background-color: rgba(var(--transparencycolor), calc(var(--messagetransparency) * 1.2 * var(--usechatbubbles) + 0.3 * (1 - var(--usechatbubbles)))) !important;
|
||||
}
|
||||
.backgroundFlash-24qWLN { /* message jump flash */
|
||||
position: relative;
|
||||
}
|
||||
.backgroundFlash-24qWLN::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
background: inherit;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
.message-2qnXI6.ephemeral-1PsL1r, /* message localbot */
|
||||
.message-2qnXI6.replying-1x3H0T { /* message replying */
|
||||
background-image: linear-gradient(rgba(var(--accentcolor), calc(0.1 * (1 - var(--usechatbubbles)))), rgba(var(--accentcolor), calc(0.2 * (1 - var(--usechatbubbles)))));
|
||||
background-image: linear-gradient(rgba(var(--accentcolor), calc(0.2 * (1 - var(--usechatbubbles)))), rgba(var(--accentcolor), calc(0.2 * (1 - var(--usechatbubbles)))));
|
||||
}
|
||||
.message-2qnXI6.mentioned-xhSam7 { /* message mentioned */
|
||||
background-image: linear-gradient(rgba(var(--accentcolor), calc(0.2 * (1 - var(--usechatbubbles)))), rgba(var(--accentcolor), calc(0.2 * (1 - var(--usechatbubbles)))));
|
||||
|
|
Loading…
Reference in New Issue