From 43666e1f631c54027da86600205388f9584be9e5 Mon Sep 17 00:00:00 2001 From: Oleh Astappiev Date: Sun, 29 May 2022 17:42:40 +0200 Subject: [PATCH] fix: improve recipe toolbar visualization on mobile and position of elements --- vue/src/apps/RecipeView/RecipeView.vue | 38 ++++++++++++-------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue index bab762da5..c55c89f5f 100644 --- a/vue/src/apps/RecipeView/RecipeView.vue +++ b/vue/src/apps/RecipeView/RecipeView.vue @@ -30,16 +30,14 @@
-
+
-
-
- +
+
+
-
- {{ $t("Preparation") }}
+
+ {{ $t("Preparation") }}
{{ recipe.working_time }} {{ $t("min") }}
@@ -47,27 +45,25 @@
-
- +
+
-
- {{ $t("Waiting") }}
+
+ {{ $t("Waiting") }}
{{ recipe.waiting_time }} {{ $t("min") }}
-
-
-
- +
+
+
+
-
+
-
+
@@ -78,7 +74,7 @@
-
+