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 -->
|
||||
<v-slider
|
||||
v-if="$refs.player"
|
||||
hide-details
|
||||
height="2"
|
||||
dense
|
||||
|
@ -44,8 +43,8 @@
|
|||
<canvas
|
||||
ref="preview"
|
||||
class="white"
|
||||
:width="$refs.player.clientWidth / 3"
|
||||
:height="$refs.player.clientHeight / 3"
|
||||
:width="video.clientWidth / 3"
|
||||
:height="video.clientHeight / 3"
|
||||
style="border: 2px solid white"
|
||||
:style="{
|
||||
borderRadius: $store.state.tweaks.roundWatch
|
||||
|
|
Loading…
Reference in a new issue