mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 10:35:42 +02:00
Add: New audio player w/ fullscreen and condensed views
This commit is contained in:
parent
082c303caf
commit
08195af0dd
9 changed files with 1248 additions and 7 deletions
|
@ -4,7 +4,8 @@
|
|||
<div id="content" class="overflow-hidden" :class="playerIsOpen ? 'playerOpen' : ''">
|
||||
<Nuxt />
|
||||
</div>
|
||||
<app-stream-container ref="streamContainer" />
|
||||
<!-- <app-stream-container ref="streamContainer" /> -->
|
||||
<app-audio-player-container ref="streamContainer" />
|
||||
<modals-downloads-modal ref="downloadsModal" @deleteDownload="deleteDownload" />
|
||||
<modals-libraries-modal />
|
||||
<readers-reader />
|
||||
|
@ -466,6 +467,6 @@ export default {
|
|||
height: calc(100vh - 64px);
|
||||
}
|
||||
#content.playerOpen {
|
||||
height: calc(100vh - 236px);
|
||||
height: calc(100vh - 164px);
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue