From 97b5f6471859fa6fa12537e76a9f73423811fdf6 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 13 Jan 2021 13:12:22 +0100 Subject: [PATCH] pretty decent looking view --- vue/src/apps/RecipeView/RecipeView.vue | 2 +- vue/src/components/Nutrition.vue | 2 +- vue/src/components/Step.vue | 78 +++++++++++++++++--------- vue/webpack-stats.json | 2 +- 4 files changed, 56 insertions(+), 28 deletions(-) diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue index fa5bc5cd4..15e3e98d2 100644 --- a/vue/src/apps/RecipeView/RecipeView.vue +++ b/vue/src/apps/RecipeView/RecipeView.vue @@ -122,7 +122,7 @@
- +
diff --git a/vue/src/components/Nutrition.vue b/vue/src/components/Nutrition.vue index 757917a5f..8f78ea57c 100644 --- a/vue/src/components/Nutrition.vue +++ b/vue/src/components/Nutrition.vue @@ -1,6 +1,6 @@