From 832e835e5ede4db994a7c6e13ab6815e0d31de60 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sun, 24 Jul 2022 17:36:15 +0200 Subject: [PATCH 1/2] Changed ordering on mobile devices and printouts Signed-off-by: Christian Wolf --- src/components/RecipeView.vue | 367 +++++++++++++++++++--------------- 1 file changed, 202 insertions(+), 165 deletions(-) diff --git a/src/components/RecipeView.vue b/src/components/RecipeView.vue index 5338dc15a..7a8cd463e 100644 --- a/src/components/RecipeView.vue +++ b/src/components/RecipeView.vue @@ -92,166 +92,152 @@
-
- + ) + " + :title="t('cookbook', 'Unsaturated Fat')" + :data="recipe.nutrition['unsaturatedFatContent']" + /> + + +
+

{{ t("cookbook", "Instructions") }}

    @@ -621,7 +607,7 @@ export default { } -