diff --git a/src/style.less b/src/style.less index 4d7d095..223cf93 100644 --- a/src/style.less +++ b/src/style.less @@ -213,3 +213,20 @@ div[class*="stickyHeader-"], width: 100%; } } + +// new invite with splash style +div[id^="message-accessories-"] > div[class^="wrapper-"] { + position: relative; + div[class^="inviteSplash-"] { + position: absolute; + width: 100%; + height: 100%; + z-index: 0; + filter: brightness(50%); + + & ~ * { + position: relative; + z-index: 1; + } + } +}