Make chapters match height of video player.

This commit is contained in:
Kavin 2022-06-24 22:53:45 +01:00
parent fb4a2129d4
commit 54117a3add
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<!-- desktop view -->
<div v-if="mobileLayout == false" class="flex-col <lg:hidden" style="overflow-y: scroll; max-height: 29.3em">
<div v-if="!mobileLayout" class="flex-col overflow-y-scroll max-h-75vh min-h-64 <lg:hidden">
<h2 v-t="'video.chapters'" class="mb-2 bg-gray-500/50 p-2" />
<div
:key="chapter.start"