0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 11:15:14 +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 -->
<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