mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Make chapters match height of video player.
This commit is contained in:
parent
fb4a2129d4
commit
54117a3add
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<!-- desktop view -->
|
<!-- 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" />
|
<h2 v-t="'video.chapters'" class="mb-2 bg-gray-500/50 p-2" />
|
||||||
<div
|
<div
|
||||||
:key="chapter.start"
|
:key="chapter.start"
|
||||||
|
|
Loading…
Reference in a new issue