mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix whitespaces.
This commit is contained in:
parent
4e54f664da
commit
8153f352f8
@ -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…
Reference in New Issue
Block a user