Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2021-05-18 12:02:43 +02:00
parent 47b6c4c34a
commit db574e7ea1
1 changed files with 4 additions and 2 deletions

View File

@ -800,14 +800,16 @@ body::before {
content: "";
position: absolute;
background: var(--message-background-flash, transparent);
opacity: 0.2;
top: 0;
right: 0;
bottom: 0;
left: calc(-80px * var(--usechatbubbles));
left: 0;
z-index: 1;
pointer-events: none;
}
.backgroundFlash-24qWLN .cozyMessage-3V1Y8y::before {
left: calc(-80px * var(--usechatbubbles));
}
.message-2qnXI6.ephemeral-1PsL1r, /* message localbot */
.message-2qnXI6.replying-1x3H0T { /* message replying */
background-image: linear-gradient(rgba(var(--accentcolor), calc(0.2 * (1 - var(--usechatbubbles)))), rgba(var(--accentcolor), calc(0.2 * (1 - var(--usechatbubbles)))));