mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-02 17:14:29 +02:00
Increase passing for menus
This patch slightly increases the padding for menu dialogs. No real reason for this except that I like the look of this better ;-)
This commit is contained in:
parent
40b2ff5a97
commit
6114e03cb7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
</template>
|
||||
|
||||
<div class="w-full h-full overflow-hidden absolute top-0 left-0 flex items-center justify-center" @click="show = false">
|
||||
<div ref="container" class="w-full overflow-x-hidden overflow-y-auto bg-primary rounded-lg border border-white border-opacity-20" style="max-height: 75%" @click.stop>
|
||||
<div ref="container" class="w-full overflow-x-hidden overflow-y-auto bg-primary rounded-lg border border-white border-opacity-20 p-2" style="max-height: 75%" @click.stop>
|
||||
<ul class="h-full w-full" role="listbox" aria-labelledby="listbox-label">
|
||||
<template v-for="item in items">
|
||||
<slot :name="item.value" :item="item" :selected="item.value === selected">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue