fix whitespaces.

This commit is contained in:
Miroslav Šedivý 2021-11-28 14:16:29 +01:00
parent 4e54f664da
commit 8153f352f8
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<div v-if="!playing && playable" class="player-overlay" @click.stop.prevent="toggle"> <div v-if="!playing && playable" class="player-overlay" @click.stop.prevent="toggle">
<i class="fas fa-play-circle" /> <i class="fas fa-play-circle" />
</div> </div>
<div v-if="mutedOverlay && muted" class="player-overlay" @click.stop.prevent="unmute"> <div v-if="mutedOverlay && muted" class="player-overlay" @click.stop.prevent="unmute">
<i class="fas fa-volume-up" /> <i class="fas fa-volume-up" />
</div> </div>
<div ref="aspect" class="player-aspect" /> <div ref="aspect" class="player-aspect" />

View File

@ -1,4 +1,4 @@
# Examples # Examples
## Firefox ## Firefox