mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update VideoPlayer.vue
This commit is contained in:
parent
a0cdc6f0c4
commit
e9e1559467
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
class="absolute bottom-0 z-[2000] mb-[3.5%] hidden flex-col items-center"
|
class="absolute bottom-0 z-[2000] mb-[3.5%] hidden flex-col items-center"
|
||||||
>
|
>
|
||||||
<canvas id="preview" ref="preview" class="rounded-sm" />
|
<canvas id="preview" ref="preview" class="rounded-sm" />
|
||||||
<span class="mt-2 w-min rounded-xl bg-dark-700 px-2 pb-1 pt-1.5 text-sm" v-text="timeFormat(currentTime)" />
|
<span class="mt-2 w-min rounded-xl bg-white dark:bg-dark-700 px-2 pb-1 pt-1.5 text-sm" v-text="timeFormat(currentTime)" />
|
||||||
</span>
|
</span>
|
||||||
<button
|
<button
|
||||||
v-if="inSegment"
|
v-if="inSegment"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue