mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
spacing changes
This commit is contained in:
parent
abd605918d
commit
945ba0a562
3 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
<template>
|
<template>
|
||||||
<v-card :loading="backupLoading" class="mt-3">
|
<v-card :loading="backupLoading" class="mt-3" min-height="410px">
|
||||||
<v-card-title class="secondary white--text">
|
<v-card-title class="secondary white--text">
|
||||||
Backup and Exports
|
Backup and Exports
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
|
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<p>
|
<p>
|
||||||
Backups are exported in standard JSON format along with all the images
|
Backups are exported in standard JSON format along with all the images
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div v-if="jsonEditor">
|
<div v-if="jsonEditor">
|
||||||
|
<!-- Probably not the best way, but it works! -->
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<VJsoneditor
|
<VJsoneditor
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
:orgURL="recipeDetails.orgURL"
|
:orgURL="recipeDetails.orgURL"
|
||||||
/>
|
/>
|
||||||
<VJsoneditor
|
<VJsoneditor
|
||||||
|
@error="logError()"
|
||||||
class="mt-10"
|
class="mt-10"
|
||||||
v-else-if="showJsonEditor"
|
v-else-if="showJsonEditor"
|
||||||
v-model="recipeDetails"
|
v-model="recipeDetails"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue