Bookshelf cover size setting and widget

This commit is contained in:
Mark Cooper 2021-08-26 09:47:51 -05:00
parent 46d7c45ca5
commit e54535f465
11 changed files with 90 additions and 30 deletions

View file

@ -1,5 +1,5 @@
<template>
<div id="ab-page-wrapper" class="bg-bg page overflow-hidden relative" :class="streamAudiobook ? 'streaming' : ''">
<div id="page-wrapper" class="bg-bg page overflow-hidden relative" :class="streamAudiobook ? 'streaming' : ''">
<div v-show="saving" class="absolute z-20 w-full h-full flex items-center justify-center">
<ui-loading-indicator />
</div>