diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..4091e11 Binary files /dev/null and b/.DS_Store differ diff --git a/web/plugin.head.html b/web/plugin.head.html index 54eaa7e..a07a2da 100644 --- a/web/plugin.head.html +++ b/web/plugin.head.html @@ -139,6 +139,44 @@ overflow: hidden !important; } + html:not(.politictalk-direct-access-blocked) #largeVideoContainer #dominantSpeaker { + align-items: center !important; + bottom: 0 !important; + display: flex !important; + height: 100% !important; + justify-content: center !important; + left: 0 !important; + margin: 0 !important; + overflow: visible !important; + pointer-events: none !important; + position: absolute !important; + right: 0 !important; + top: 0 !important; + transform: none !important; + width: 100% !important; + } + + html:not(.politictalk-direct-access-blocked) #largeVideoContainer #dominantSpeaker .dynamic-shadow { + left: 50% !important; + pointer-events: none !important; + position: absolute !important; + top: 50% !important; + transform: translate(-50%, -50%) !important; + } + + html:not(.politictalk-direct-access-blocked) #largeVideoContainer #dominantSpeakerAvatarContainer { + bottom: auto !important; + flex: 0 0 auto !important; + left: auto !important; + margin: 0 !important; + pointer-events: auto !important; + position: relative !important; + right: auto !important; + top: auto !important; + transform: none !important; + z-index: 2 !important; + } + html:not(.politictalk-direct-access-blocked) #videospace .avatar:not(img), html:not(.politictalk-direct-access-blocked) #videospace .userAvatar:not(img), html:not(.politictalk-direct-access-blocked) #videospace #dominantSpeakerAvatar:not(img) {