1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 23:59:45 +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 GitHub
parent 4843a9a74a
commit 3d1b76bcad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"