This commit is contained in:
Mirco Wittrien 2022-07-24 13:48:55 +02:00
parent 8288978755
commit 346c7a2759
3 changed files with 10 additions and 0 deletions

View File

@ -1321,6 +1321,7 @@
"IconDirection": {"props": ["directionDown", "directionUp"]},
"ImageAssets": {"props": ["pngImage", "stickerAsset"]},
"ImageModal": {"props": ["image", "modal"], "length": 4, "smaller": true},
"ImageModalNavigation": {"props": ["nav", "navPrev", "navNext"]},
"ImageWrapper": {"props": ["clickable", "imageWrapperBackground"]},
"Input": {"props": ["inputMini", "inputDefault"]},
"InviteModal": {"props": ["inviteRow", "modal"]},
@ -2358,6 +2359,9 @@
"imageplaceholderoverlay": ["ImageWrapper", "imagePlaceholderOverlay"],
"imagemodal": ["ImageModal", "modal"],
"imagemodalimage": ["ImageModal", "image"],
"imagemodalnavbutton": ["ImageModalNavigation", "nav"],
"imagemodalnavbuttonprev": ["ImageModalNavigation", "navPrev"],
"imagemodalnavbuttonnext": ["ImageModalNavigation", "navNext"],
"imagesticker": ["ImageAssets", "stickerAsset"],
"imagewrapper": ["ImageWrapper", "imageWrapper"],
"imagewrapperbackground": ["ImageWrapper", "imageWrapperBackground"],

View File

@ -3396,6 +3396,9 @@ img[src="/assets/cef02719c12d8aaf38894c16dca7fbe6.svg"] { /* rolesettings addr
.modal-3Crloo::after {
display: none;
}
#app-mount .zoomedCarouselModalRoot-1tAxiu {
background: transparent !important;
}
.header-1zd7se > .wrapper-1HSdhi:first-child {
flex: 1 0 auto;
}

View File

@ -2591,6 +2591,9 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
border: none;
box-shadow: 0 0 0 1px rgba(var(--backgroundtertiary),.3), 0 2px 10px 0 rgba(0,0,0,.2);
}
#app-mount .zoomedCarouselModalRoot-1tAxiu {
background: transparent !important;
}
#app-mount .separator-2lLxgC {
box-shadow: 0 1px 0 0 rgba(var(--backgroundtertiary),.3), 0 1px 2px 0 rgba(var(--backgroundtertiary),.3);
}