Update BasicBackground.css
This commit is contained in:
parent
33a33f4eb8
commit
5040096bd8
|
@ -124,6 +124,7 @@
|
||||||
8. EVERYONEMENTION
|
8. EVERYONEMENTION
|
||||||
9. CHANNELFOLLOW
|
9. CHANNELFOLLOW
|
||||||
10. CHANNELFOLLOWINFO
|
10. CHANNELFOLLOWINFO
|
||||||
|
11. EMOJIINFO
|
||||||
15. GENERAL
|
15. GENERAL
|
||||||
1. TEXT
|
1. TEXT
|
||||||
2. BUTTONS
|
2. BUTTONS
|
||||||
|
@ -5233,6 +5234,46 @@ body:before {
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ---- 14.11. EMOJIINFO ---- */
|
||||||
|
|
||||||
|
#app-mount .container-ZRw2kD { /* popout wrapper */
|
||||||
|
background-color: transparent;
|
||||||
|
box-shadow: 0 0 0 1px rgba(var(--vtransparencycolor), 0.3), 0 2px 10px 0 rgba(var(--vtransparencycolor), 0.3);
|
||||||
|
border: none;
|
||||||
|
border-radius: 3px;
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.container-ZRw2kD:after,
|
||||||
|
.container-ZRw2kD:before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
width: unset;
|
||||||
|
height: unset;
|
||||||
|
pointer-events: none;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
.container-ZRw2kD:after {
|
||||||
|
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + 0.2));
|
||||||
|
}
|
||||||
|
.container-ZRw2kD:before {
|
||||||
|
background: var(--vpopout) center/var(--vpopoutsize);
|
||||||
|
filter: blur(var(--vpopoutblur));
|
||||||
|
background-attachment: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
|
.emojiSection-3Fb9ix { /* popout emojisection */
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loading-1lSwpg { /* popout loading placeholder */
|
||||||
|
background: rgba(var(--vtransparencycolor), 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ~~~~ 15. GENERAL ~~~~ */
|
/* ~~~~ 15. GENERAL ~~~~ */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue