mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
center menu and give it a bit of margin to the button
This commit is contained in:
parent
4d232449b1
commit
4111b7bc98
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@
|
||||||
:disabled="submitted"
|
:disabled="submitted"
|
||||||
@click="() => save()"
|
@click="() => save()"
|
||||||
/>
|
/>
|
||||||
<v-menu offset-y :close-on-content-click="false">
|
<v-menu offset-y :close-on-content-click="false" location="bottom center">
|
||||||
<template #activator="{ props }">
|
<template #activator="{ props }">
|
||||||
<v-btn color="info" v-bind="props" :icon="$globals.icons.edit" :disabled="submitted" />
|
<v-btn color="info" v-bind="props" :icon="$globals.icons.edit" :disabled="submitted" />
|
||||||
</template>
|
</template>
|
||||||
<v-list>
|
<v-list class="mt-1">
|
||||||
<template v-for="(row, keyRow) in controls" :key="keyRow">
|
<template v-for="(row, keyRow) in controls" :key="keyRow">
|
||||||
<v-list-item-group>
|
<v-list-item-group>
|
||||||
<v-list-item
|
<v-list-item
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue