mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-25 08:09:41 +02:00
fixed showAll centering and added to recipe dialog
This commit is contained in:
parent
44cd2fef1c
commit
478a4e5d73
2 changed files with 15 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
</BasePageTitle>
|
||||
|
||||
<v-container class="d-flex justify-end px-0 pt-0 pb-4">
|
||||
<v-checkbox v-model="showAll" :label="$tc('general.show-all')" class="my-auto mr-4" />
|
||||
<v-checkbox v-model="showAll" hideDetails :label="$tc('general.show-all')" class="my-auto mr-4" />
|
||||
<BaseButton create @click="createDialog = true" />
|
||||
</v-container>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue