From 22b687a1be6462d6e7e917863e82192e4175be3c Mon Sep 17 00:00:00 2001 From: Er2 Date: Wed, 20 Apr 2022 21:48:15 +0300 Subject: [PATCH] new invite style --- src/style.less | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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; + } + } +}