mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
fix alignment on add to list dialog
This commit is contained in:
parent
41945654fb
commit
2bb29f2496
1 changed files with 17 additions and 13 deletions
|
@ -130,19 +130,23 @@
|
||||||
.ingredients[i]
|
.ingredients[i]
|
||||||
.checked"
|
.checked"
|
||||||
>
|
>
|
||||||
<v-checkbox
|
<v-container class="pa-0 ma-0">
|
||||||
hide-details
|
<v-row no-gutters>
|
||||||
:model-value="ingredientData.checked"
|
<v-checkbox
|
||||||
class="pt-0 my-auto py-auto"
|
hide-details
|
||||||
color="secondary"
|
:model-value="ingredientData.checked"
|
||||||
density="compact"
|
class="pt-0 my-auto py-auto mr-2"
|
||||||
/>
|
color="secondary"
|
||||||
<div :key="ingredientData.ingredient.quantity">
|
density="compact"
|
||||||
<RecipeIngredientListItem
|
/>
|
||||||
:ingredient="ingredientData.ingredient"
|
<div :key="ingredientData.ingredient.quantity" class="pa-auto my-auto">
|
||||||
:scale="recipeSection.recipeScale"
|
<RecipeIngredientListItem
|
||||||
/>
|
:ingredient="ingredientData.ingredient"
|
||||||
</div>
|
:scale="recipeSection.recipeScale"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</v-row>
|
||||||
|
</v-container>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue