re-adding popup-input, video container fix
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
</script>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-container nes-container is-rounded is-dark">
|
||||
{#if $statusStore === 'connecting'}
|
||||
<div class="connecting-spinner"></div>
|
||||
{/if}
|
||||
@@ -33,7 +33,7 @@
|
||||
{#if $constraintStore && $constraintStore.audio === false}
|
||||
<img src={microphoneCloseImg} alt="Muted">
|
||||
{/if}
|
||||
<button class="report" on:click={() => openReport(peer)}>
|
||||
<button class="report nes-button is-dark" on:click={() => openReport(peer)}>
|
||||
<img alt="Report this user" src={reportImg}>
|
||||
<span>Report/Block</span>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user