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:
Lars Kiesow 2023-02-08 23:19:37 +01:00
parent 40b2ff5a97
commit 6114e03cb7
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -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">