Add a separator between the video title and chapters

This commit is contained in:
root
2022-01-14 17:45:29 +05:30
parent 744e64726c
commit 1f309871eb
+2 -1
View File
@@ -61,8 +61,9 @@
</v-col>
</v-row>
</v-card-subtitle>
<v-divider class="my-1" />
<VideoChapters :chapters="video.chapters" @seek="$refs.player.skipToTime($event)" v-if="Array.isArray(video.chapters) && video.chapters.length !== 0" />
<v-divider class="my-2" />
<v-divider class="my-1" />
<v-card-text>
<router-link v-if="video.uploaderUrl" :to="video.uploaderUrl" custom v-slot="{ navigate }">
<div