This commit is contained in:
Mirco Wittrien 2021-05-14 13:04:07 +02:00
parent eaf6496110
commit 88255bbff2
3 changed files with 24 additions and 2 deletions

View File

@ -13,6 +13,10 @@ img:not([src]), img[src=""], img[src="null"] {
position: fixed; position: fixed;
} }
[REPLACE_CLASS_titlebarmac] {
z-index: 1000001;
}
[REPLACE_CLASS_itemlayercontainerzindexdisabled] { [REPLACE_CLASS_itemlayercontainerzindexdisabled] {
z-index: unset; z-index: unset;
} }

View File

@ -130,8 +130,13 @@ module.exports = (_ => {
${BDFDB.dotCNS.userprofile + BDFDB.dotCN.memberownericon} { ${BDFDB.dotCNS.userprofile + BDFDB.dotCN.memberownericon} {
top: 0px; 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} { ${BDFDB.dotCNS.messagecompact + BDFDB.dotCN.memberownericon} {
top: 1px;
margin-left: 0; margin-left: 0;
margin-right: 4px; margin-right: 4px;
} }

View File

@ -788,9 +788,22 @@ body::before {
.mouse-mode.full-motion .wrapper-1F5TKx:hover { .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; 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.ephemeral-1PsL1r, /* message localbot */
.message-2qnXI6.replying-1x3H0T { /* message replying */ .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 */ .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))))); background-image: linear-gradient(rgba(var(--accentcolor), calc(0.2 * (1 - var(--usechatbubbles)))), rgba(var(--accentcolor), calc(0.2 * (1 - var(--usechatbubbles)))));