mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-08 00:15:03 +02:00
Fix:Item edit modal for mobile landscape #754
This commit is contained in:
parent
41c016b8c7
commit
d90bd92bcc
3 changed files with 24 additions and 9 deletions
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
|
||||
<div class="flex flex-wrap mt-2 -mx-1">
|
||||
<div class="w-full sm:w-3/4 px-1">
|
||||
<div class="w-full md:w-3/4 px-1">
|
||||
<!-- Authors filter only contains authors in this library, use query input to query all authors -->
|
||||
<ui-multi-select-query-input ref="authorsSelect" v-model="details.authors" label="Authors" endpoint="authors/search" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue