mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Make chapters match height of video player.
This commit is contained in:
parent
fb4a2129d4
commit
54117a3add
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user