Make the X button on cameras more touchable

master
Noah 2024-01-27 13:15:58 -08:00
parent e74f7297e6
commit 206784e0b9
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ export default {
<!-- Close button (others' videos only) -->
<div class="close" v-if="!localVideo">
<a href="#" class="has-text-danger" title="Close video" @click.prevent="closeVideo()">
<a href="#" class="button is-small is-danger is-outlined px-2" title="Close video" @click.prevent="closeVideo()">
<i class="fa fa-close"></i>
</a>
</div>