From 475de1d5661b6bf1ce66d0d55e063f321504c670 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 20 Sep 2019 11:50:53 +0200 Subject: [PATCH] Update BasicBackground.css --- Themes/BasicBackground/BasicBackground.css | 33 ++-------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 0854ea2a5c..1d5ce41d6c 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -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);