mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-11 08:07:31 +02:00
fix whitespaces.
This commit is contained in:
parent
4e54f664da
commit
8153f352f8
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
<div v-if="!playing && playable" class="player-overlay" @click.stop.prevent="toggle">
|
||||
<i class="fas fa-play-circle" />
|
||||
</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" />
|
||||
</div>
|
||||
<div ref="aspect" class="player-aspect" />
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Examples
|
||||
# Examples
|
||||
|
||||
## Firefox
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue