mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-06 11:09:37 +00:00
Fix:On bookshelf view show series name placard on shelf #1239
This commit is contained in:
parent
10295b000a
commit
9b1f7f566f
7 changed files with 8 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div v-if="show" class="w-screen h-screen fixed top-0 left-0 z-50 bg-primary text-white">
|
||||
<div v-if="show" class="w-screen h-screen fixed top-0 left-0 z-60 bg-primary text-white">
|
||||
<div class="absolute top-4 right-4 z-20">
|
||||
<span class="material-icons cursor-pointer text-4xl" @click="close">close</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue