Series order by volume number, show volume number, keyword filter, fix overflow bug

This commit is contained in:
Mark Cooper 2021-09-26 15:34:08 -05:00
parent 9935bd2ffa
commit 06554811e2
11 changed files with 61 additions and 21 deletions

View file

@ -1,6 +1,6 @@
<template>
<div ref="wrapper" :style="{ height: height + 'px', width: width + 'px' }" class="relative">
<div v-if="noValidCovers" class="absolute top-0 left-0 w-full h-full flex items-center justify-center box-shadow-book">
<div v-if="noValidCovers" class="absolute top-0 left-0 w-full h-full flex items-center justify-center box-shadow-book" :style="{ padding: `${sizeMultiplier}rem` }">
<p :style="{ fontSize: sizeMultiplier + 'rem' }">{{ name }}</p>
</div>
</div>