mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 11:15:14 +00:00
seekbar fixed
This commit is contained in:
parent
136ed86afa
commit
f1c6ba4d44
1 changed files with 2 additions and 3 deletions
|
@ -20,7 +20,6 @@
|
||||||
/>
|
/>
|
||||||
<!-- Scrubber -->
|
<!-- Scrubber -->
|
||||||
<v-slider
|
<v-slider
|
||||||
v-if="$refs.player"
|
|
||||||
hide-details
|
hide-details
|
||||||
height="2"
|
height="2"
|
||||||
dense
|
dense
|
||||||
|
@ -44,8 +43,8 @@
|
||||||
<canvas
|
<canvas
|
||||||
ref="preview"
|
ref="preview"
|
||||||
class="white"
|
class="white"
|
||||||
:width="$refs.player.clientWidth / 3"
|
:width="video.clientWidth / 3"
|
||||||
:height="$refs.player.clientHeight / 3"
|
:height="video.clientHeight / 3"
|
||||||
style="border: 2px solid white"
|
style="border: 2px solid white"
|
||||||
:style="{
|
:style="{
|
||||||
borderRadius: $store.state.tweaks.roundWatch
|
borderRadius: $store.state.tweaks.roundWatch
|
||||||
|
|
Loading…
Reference in a new issue