From 5e4cac52d6dc70b06e4226301ae06dfd1f47854d Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 9 Nov 2022 13:23:43 +0100 Subject: [PATCH] fixed recipe image size with nutrition information --- vue/src/apps/RecipeView/RecipeView.vue | 31 +++++++++++++++----------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue index 470b84716..2b1e3b9b8 100644 --- a/vue/src/apps/RecipeView/RecipeView.vue +++ b/vue/src/apps/RecipeView/RecipeView.vue @@ -75,7 +75,8 @@
- +

@@ -103,13 +104,6 @@ :style="{ 'max-height': ingredient_height }"/> - -
-
- -
-
@@ -137,10 +131,19 @@
{{ $t("Imported_From") }}
- {{ recipe.source_url }} + {{ recipe.source_url }} +
+ +
+
+ +
+
x.ingredients).flat().length }, - working_time: function() { - return calculateHourMinuteSplit(this.recipe.working_time)}, - waiting_time: function() { - return calculateHourMinuteSplit(this.recipe.waiting_time)}, + working_time: function () { + return calculateHourMinuteSplit(this.recipe.working_time) + }, + waiting_time: function () { + return calculateHourMinuteSplit(this.recipe.waiting_time) + }, }, data() { return {