stuff
This commit is contained in:
parent
2e3d2f1549
commit
1abef8d8f4
|
@ -4203,21 +4203,7 @@ img[src="/assets/cef02719c12d8aaf38894c16dca7fbe6.svg"] { /* rolesettings addr
|
||||||
.userPopout-3XzG_A { /* popout container */
|
.userPopout-3XzG_A { /* popout container */
|
||||||
box-shadow: 0 0 0 1px rgba(var(--transparencycolor), .3), 0 2px 10px 0 rgba(var(--transparencycolor), .3);
|
box-shadow: 0 0 0 1px rgba(var(--transparencycolor), .3), 0 2px 10px 0 rgba(var(--transparencycolor), .3);
|
||||||
}
|
}
|
||||||
.userPopout-3XzG_A::before {
|
.userPopout-3XzG_A::before,
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
right: 0;
|
|
||||||
left: 0;
|
|
||||||
background: var(--popout) var(--popoutposition)/var(--popoutsize);
|
|
||||||
filter: blur(var(--popoutblur));
|
|
||||||
background-attachment: fixed;
|
|
||||||
width: unset;
|
|
||||||
height: unset;
|
|
||||||
pointer-events: none;
|
|
||||||
z-index: -1;
|
|
||||||
}
|
|
||||||
.userPopout-3XzG_A::after {
|
.userPopout-3XzG_A::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -4225,12 +4211,20 @@ img[src="/assets/cef02719c12d8aaf38894c16dca7fbe6.svg"] { /* rolesettings addr
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: rgba(var(--transparencycolor), calc(var(--transparencyalpha) + 0.25));
|
border-radius: 5px;
|
||||||
width: unset;
|
width: unset;
|
||||||
height: unset;
|
height: unset;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
.userPopout-3XzG_A::before {
|
||||||
|
background: var(--popout) var(--popoutposition)/var(--popoutsize);
|
||||||
|
filter: blur(var(--popoutblur));
|
||||||
|
background-attachment: fixed;
|
||||||
|
}
|
||||||
|
.userPopout-3XzG_A::after {
|
||||||
|
background-color: rgba(var(--transparencycolor), calc(var(--transparencyalpha) + 0.25));
|
||||||
|
}
|
||||||
#app-mount .header-2BwW8b, /* popout old headernormal */
|
#app-mount .header-2BwW8b, /* popout old headernormal */
|
||||||
.headerNormal-1l1Znk { /* popout new headernormal */
|
.headerNormal-1l1Znk { /* popout new headernormal */
|
||||||
background-color: rgba(var(--transparencycolor), .2);
|
background-color: rgba(var(--transparencycolor), .2);
|
||||||
|
|
|
@ -8,6 +8,9 @@
|
||||||
top: 76px !important;
|
top: 76px !important;
|
||||||
margin-top: var(--user-background, -60px) !important;
|
margin-top: var(--user-background, -60px) !important;
|
||||||
}
|
}
|
||||||
|
#app-mount .headerNormal-1l1Znk {
|
||||||
|
border-radius: 5px 5px 0 0;
|
||||||
|
}
|
||||||
#app-mount .headerTop-2y3V6H {
|
#app-mount .headerTop-2y3V6H {
|
||||||
padding: 58px 16px 16px;
|
padding: 58px 16px 16px;
|
||||||
}
|
}
|
||||||
|
@ -23,6 +26,7 @@
|
||||||
}
|
}
|
||||||
.userPopout-3XzG_A .header-2BwW8b {
|
.userPopout-3XzG_A .header-2BwW8b {
|
||||||
background-color: var(--background-secondary);
|
background-color: var(--background-secondary);
|
||||||
|
border-radius: 5px 5px 0 0;
|
||||||
color: var(--header-secondary);
|
color: var(--header-secondary);
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
|
Loading…
Reference in New Issue