feat: ui fixes & backup link on onboarding screen (#7743)

This commit is contained in:
Arsène Reymond
2026-07-17 20:41:35 +02:00
committed by GitHub
parent 7092497cd2
commit 4eae486908
16 changed files with 67 additions and 75 deletions

View File

@@ -54,7 +54,7 @@
<!-- Recipe Tools Edit -->
<v-card
v-if="isEditForm"
class="mt-2"
class="mt-4"
>
<v-card-title class="py-2">
{{ $t('tool.required-tools') }}
@@ -64,7 +64,6 @@
<RecipeOrganizerSelector
v-model="recipe.tools"
selector-type="tools"
v-bind="$attrs"
/>
</v-card-text>
</v-card>