new invite style

This commit is contained in:
Er2 2022-04-20 21:48:15 +03:00
parent 8d1bf41e37
commit 22b687a1be
1 changed files with 17 additions and 0 deletions

View File

@ -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;
}
}
}