1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-07 06:25:21 +02:00

fix: update recipe time row direction on small screens (#5107)

This commit is contained in:
Kuchenpirat 2025-02-27 14:48:29 +01:00 committed by Ian Pösse-Koch
parent f343d087b2
commit 0d33a69196
2 changed files with 9 additions and 5 deletions

View file

@ -15,9 +15,9 @@
<v-divider class="my-2" />
<SafeMarkdown :source="recipe.description" />
<v-divider v-if="recipe.description" />
<v-container class="d-flex flex-row flex-wrap justify-center align-center">
<v-container class="d-flex flex-row flex-wrap justify-center">
<div class="mx-6">
<v-row no-gutters class="mb-1">
<v-row no-gutters>
<v-col v-if="recipe.recipeYieldQuantity || recipe.recipeYield" cols="12" class="d-flex flex-wrap justify-center">
<RecipeYield
:yield-quantity="recipe.recipeYieldQuantity"