fixed Woka picture positioning

This commit is contained in:
Hanusiak Piotr 2021-12-01 10:26:09 +01:00
parent 642d3bb301
commit ecb334cbd2
3 changed files with 14 additions and 12 deletions

View file

@ -45,13 +45,4 @@
{#if $constraintStore && $constraintStore.audio !== false}
<SoundMeterWidget stream={$streamStore} />
{/if}
</div>
<style lang="scss">
.video-container i img {
display: block;
// left: calc(50% - 45px);
// top: calc(50% - 45px);
padding: 30;
}
</style>
</div>