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
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"