stuff
This commit is contained in:
parent
b09186f6a1
commit
4834041769
|
@ -1015,7 +1015,7 @@
|
|||
"Autocomplete": {"props": ["autocomplete", "autocompleteRow"]},
|
||||
"Avatar": {"props": ["avatar", "mask", "wrapper"]},
|
||||
"AvatarIcon": {"props": ["iconActiveLarge", "iconActiveMedium"]},
|
||||
"Backdrop": {"props": ["backdrop", "backdropWithLayer"]},
|
||||
"Backdrop": {"props": ["backdrop", "withLayer"]},
|
||||
"Badge": {"props": ["numberBadge", "textBadge", "iconBadge"]},
|
||||
"BotTag": {"props": ["botTag", "botTagInvert"]},
|
||||
"Button": {"props": ["colorBlack", "button"]},
|
||||
|
@ -1495,7 +1495,7 @@
|
|||
"avatarpointerevents": ["Avatar", "pointerEvents"],
|
||||
"avatarwrapper": ["Avatar", "wrapper"],
|
||||
"backdrop": ["Backdrop", "backdrop"],
|
||||
"backdropwithlayer": ["Backdrop", "backdropWithLayer"],
|
||||
"backdropwithlayer": ["Backdrop", "withLayer"],
|
||||
"badgebase": ["Badge", "base"],
|
||||
"badgeicon": ["Badge", "icon"],
|
||||
"badgeiconbadge": ["Badge", "iconBadge"],
|
||||
|
|
|
@ -245,14 +245,14 @@ body::before {
|
|||
}
|
||||
#ace_settingsmenu_container,
|
||||
.uploadArea-3QgLtW,
|
||||
.backdropWithLayer-3_uhz4,
|
||||
.backdrop-29yll0,
|
||||
.backdrop-1wrmKB {
|
||||
background: var(--vbackdrop) var(--vbackdropposition)/var(--vbackdropsize) !important;
|
||||
filter: blur(var(--vbackdropblur));
|
||||
opacity: 1;
|
||||
animation: none;
|
||||
}
|
||||
.backdropWithLayer-3_uhz4 {
|
||||
.withLayer-RoELSG {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
|
@ -3358,39 +3358,39 @@ body::before {
|
|||
/* ~~~~ 13. MODALS ~~~~ */
|
||||
|
||||
.layer-2KE1M9:nth-child(1),
|
||||
.backdropWithLayer-3_uhz4:nth-child(1) {
|
||||
.withLayer-RoELSG:nth-child(1) {
|
||||
z-index: 1002;
|
||||
}
|
||||
.layer-2KE1M9:nth-child(2),
|
||||
.backdropWithLayer-3_uhz4:nth-child(2) {
|
||||
.withLayer-RoELSG:nth-child(2) {
|
||||
z-index: 1003;
|
||||
}
|
||||
.layer-2KE1M9:nth-child(3),
|
||||
.backdropWithLayer-3_uhz4:nth-child(3) {
|
||||
.withLayer-RoELSG:nth-child(3) {
|
||||
z-index: 1004;
|
||||
}
|
||||
.layer-2KE1M9:nth-child(4),
|
||||
.backdropWithLayer-3_uhz4:nth-child(4) {
|
||||
.withLayer-RoELSG:nth-child(4) {
|
||||
z-index: 1005;
|
||||
}
|
||||
.layer-2KE1M9:nth-child(5),
|
||||
.backdropWithLayer-3_uhz4:nth-child(5) {
|
||||
.withLayer-RoELSG:nth-child(5) {
|
||||
z-index: 1006;
|
||||
}
|
||||
.layer-2KE1M9:nth-child(6),
|
||||
.backdropWithLayer-3_uhz4:nth-child(6) {
|
||||
.withLayer-RoELSG:nth-child(6) {
|
||||
z-index: 1007;
|
||||
}
|
||||
.layer-2KE1M9:nth-child(7),
|
||||
.backdropWithLayer-3_uhz4:nth-child(7) {
|
||||
.withLayer-RoELSG:nth-child(7) {
|
||||
z-index: 1008;
|
||||
}
|
||||
.layer-2KE1M9:nth-child(8),
|
||||
.backdropWithLayer-3_uhz4:nth-child(8) {
|
||||
.withLayer-RoELSG:nth-child(8) {
|
||||
z-index: 1009;
|
||||
}
|
||||
.layer-2KE1M9:nth-child(9),
|
||||
.backdropWithLayer-3_uhz4:nth-child(9) {
|
||||
.withLayer-RoELSG:nth-child(9) {
|
||||
z-index: 1010;
|
||||
}
|
||||
|
||||
|
|
|
@ -2523,8 +2523,8 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: var(--header-secondary);
|
||||
}
|
||||
|
||||
#app-mount .backdrop-1wrmKB,
|
||||
#app-mount .backdropWithLayer-3_uhz4 {
|
||||
#app-mount .backdrop-29yll0,
|
||||
#app-mount .backdrop-1wrmKB {
|
||||
background-color: rgb(0, 0, 0) !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue