0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 19:25:16 +00:00

seekbar fixed

This commit is contained in:
Nikita Krupin 2022-05-28 01:27:34 -04:00
parent 136ed86afa
commit f1c6ba4d44

View file

@ -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