1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-18 20:59:41 +02:00

fix: Restore Servings To Print View (#5669)

This commit is contained in:
Michael Genson 2025-07-10 12:30:33 -05:00 committed by GitHub
parent ea329a6b71
commit 7331007f30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,18 +23,17 @@
</v-icon>
{{ recipe.name }}
</v-card-title>
<div v-if="recipeYield"
class="d-flex justify-space-between align-center px-4 pb-2"
<div
v-if="recipeYield"
class="d-flex justify-space-between align-center pb-6"
>
<v-chip :size="$vuetify.display.smAndDown ? 'small' : undefined"
label
>
<div>
<v-icon start>
{{ $globals.icons.potSteam }}
</v-icon>
<!-- eslint-disable-next-line vue/no-v-html -->
<span v-html="recipeYield" />
</v-chip>
</div>
</div>
<v-row class="d-flex justify-start">
<RecipeTimeCard :prep-time="recipe.prepTime"