Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2019-09-23 13:30:12 +02:00
parent c8df681e72
commit c30f803be2
1 changed files with 9 additions and 14 deletions

View File

@ -3036,29 +3036,24 @@ body:before {
.popout-2iWAc-[style*="translateX(-100%)"] { .popout-2iWAc-[style*="translateX(-100%)"] {
transform: translateX(-100%) !important; transform: translateX(-100%) !important;
} }
.popout-2iWAc-[style*="translateY(-100%)"] > *:not(.scrollerWrap-2lJEkd):only-child { .popout-2iWAc-[style*="translateY(-100%)"] > *:only-child {
margin-top: -100%; margin-top: -100%;
} }
.popout-2iWAc-[style*="translateX(-50."] > *:not(.scrollerWrap-2lJEkd), .popout-2iWAc-[style*="translateX(-50."] > *,
.popout-2iWAc-[style*="translateX(-50%)"] > *:not(.scrollerWrap-2lJEkd) { .popout-2iWAc-[style*="translateX(-50%)"] > * {
margin-left: -50%; margin-left: -50%;
transform: translateX(50%); transform: translateX(50%);
} }
.popout-2iWAc-[style*="translateX(-100%)"] > *:not(.scrollerWrap-2lJEkd) { .popout-2iWAc-[style*="translateX(-100%)"] > * {
margin-left: -100%; margin-left: -100%;
transform: translateX(100%); transform: translateX(100%);
} }
.popout-2iWAc-[style*="translateY(-100%)"] > *.scrollerWrap-2lJEkd:only-child > .scroller-2FKFPG { .popout-2iWAc-[style*="translateX(-50."] > *.scrollerWrap-2lJEkd,
margin-top: -100%; .popout-2iWAc-[style*="translateX(-50%)"] > *.scrollerWrap-2lJEkd {
margin-right: 50%;
} }
.popout-2iWAc-[style*="translateX(-50."] > *.scrollerWrap-2lJEkd > .scroller-2FKFPG, .popout-2iWAc-[style*="translateX(-100%)"] > *.scrollerWrap-2lJEkd {
.popout-2iWAc-[style*="translateX(-50%)"] > *.scrollerWrap-2lJEkd > .scroller-2FKFPG { margin-right: 100%;
margin-left: -50%;
transform: translateX(50%);
}
.popout-2iWAc-[style*="translateX(-100%)"] > *.scrollerWrap-2lJEkd > .scroller-2FKFPG {
margin-left: -100%;
transform: translateX(100%);
} }
#app-mount .container-2x5lvQ, /* RTCpopout (for example voicequality) */ #app-mount .container-2x5lvQ, /* RTCpopout (for example voicequality) */