Update BasicBackground.css
This commit is contained in:
parent
d12a61a9bc
commit
475de1d566
|
@ -2977,6 +2977,7 @@ body:before {
|
|||
}
|
||||
|
||||
#app-mount .container-2x5lvQ, /* RTCpopout (for example voicequality) */
|
||||
#app-mount .themedPopout-1TrfdI, /* themed popout (for example mentionpopout) */
|
||||
#app-mount .popoutList-T9CKZQ { /* listpopout (for example auditlogs) */
|
||||
background-color: transparent;
|
||||
box-shadow: 0 8px 16px rgba(var(--vtransparencycolor), 0.24);
|
||||
|
@ -3464,38 +3465,8 @@ body:before {
|
|||
|
||||
/* ---- 15.4. PINS/MENTIONS ---- */
|
||||
|
||||
#app-mount .messagesPopoutWrap-1MQ1bW { /* popout wrapper */
|
||||
#app-mount .messagesPopout-24nkyi { /* popout innerwrap */
|
||||
background-color: transparent;
|
||||
box-shadow: 0 2px 10px 0 rgba(var(--vtransparencycolor), 0.2);
|
||||
border: none;
|
||||
max-height: calc(100vh - 80px) !important;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.messagesPopoutWrap-1MQ1bW {
|
||||
margin-left: -100%;
|
||||
transform: translateX(100%);
|
||||
}
|
||||
.messagesPopoutWrap-1MQ1bW:after,
|
||||
.messagesPopoutWrap-1MQ1bW:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
width: unset;
|
||||
height: unset;
|
||||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
.messagesPopoutWrap-1MQ1bW:after {
|
||||
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + 0.25));
|
||||
}
|
||||
.messagesPopoutWrap-1MQ1bW:before {
|
||||
background: var(--vpopout) center/var(--vpopoutsize);
|
||||
filter: blur(var(--vpopoutblur));
|
||||
background-attachment: fixed;
|
||||
}
|
||||
.themedPopout-1TrfdI .header-2Kf7Yu {
|
||||
box-shadow: 0 2px 3px 0 rgba(var(--vtransparencycolor), 0.1);
|
||||
|
|
Loading…
Reference in New Issue