Add: New audio player w/ fullscreen and condensed views

This commit is contained in:
advplyr
2021-11-01 21:06:51 -05:00
parent 082c303caf
commit 08195af0dd
9 changed files with 1248 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div ref="wrapper" class="modal modal-bg w-full h-full max-h-screen fixed top-0 left-0 bg-primary bg-opacity-75 flex items-center justify-center z-30 opacity-0">
<div ref="wrapper" class="modal modal-bg w-full h-full max-h-screen fixed top-0 left-0 bg-primary bg-opacity-75 flex items-center justify-center z-50 opacity-0">
<div class="absolute top-0 left-0 w-full h-36 bg-gradient-to-b from-black to-transparent opacity-70 pointer-events-none" />
<div class="absolute z-40 top-4 right-4 h-12 w-12 flex items-center justify-center cursor-pointer text-white hover:text-gray-300" @click="show = false">
+1 -1
View File
@@ -38,7 +38,7 @@ export default {
value: Boolean,
currentTime: Number,
sleepTimerRunning: Boolean,
currentEndOfChapterTime: Boolean,
currentEndOfChapterTime: Number,
endOfChapterTimeSet: Number
},
data() {