Revert "Merge branch 'patch-1' into branch-2"

This reverts commit 8bb518cb0a, reversing
changes made to cd9539692f.
This commit is contained in:
nieve 2024-06-15 15:36:14 -04:00
parent 8bb518cb0a
commit a5244b34de

View file

@ -15,10 +15,7 @@
<span v-if="video.chapters.length > 1" class="mt-2 text-sm -mb-2">
{{ video.chapters.findLast(chapter => chapter.start < currentTime)?.title }}
</span>
<span
class="mt-2 w-min rounded-xl bg-white px-2 pb-1 pt-1.5 text-sm dark:bg-dark-700"
v-text="timeFormat(currentTime)"
/>
<span class="mt-2 w-min rounded-xl bg-dark-700 px-2 pb-1 pt-1.5 text-sm" v-text="timeFormat(currentTime)" />
</span>
<button
v-if="inSegment"