From 99698bfd7436f453f7c7e6ac186d4ff783b26328 Mon Sep 17 00:00:00 2001 From: june Date: Thu, 14 Aug 2025 09:22:46 +1200 Subject: [PATCH] Change ratio and text size of step ingredient list --- src/components/Detail/StepIngredientSideView.astro | 2 +- src/components/Detail/StepView.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Detail/StepIngredientSideView.astro b/src/components/Detail/StepIngredientSideView.astro index 5b6c7dd..b4cdc49 100644 --- a/src/components/Detail/StepIngredientSideView.astro +++ b/src/components/Detail/StepIngredientSideView.astro @@ -10,7 +10,7 @@ const ings = await Promise.all(
{ings.map(i => ( -
+

• {i.quantity} {i.unit || " "} {i.name}

))} diff --git a/src/components/Detail/StepView.astro b/src/components/Detail/StepView.astro index 7b8df3a..1860721 100644 --- a/src/components/Detail/StepView.astro +++ b/src/components/Detail/StepView.astro @@ -15,7 +15,7 @@ const { steps, class: className } = Astro.props

{s.instruction}

{s.ingredients && s.ingredients.length > 0 && ( -
+
)}