From e784074ac8ad284c2f6b47de29e791a3aa85d5ee Mon Sep 17 00:00:00 2001 From: Kaibu Date: Sun, 17 Oct 2021 16:36:45 +0200 Subject: [PATCH] meal plan icons, rating spacing --- vue/src/apps/MealPlanView/MealPlanView.vue | 2 +- vue/src/apps/RecipeView/RecipeView.vue | 3 +-- vue/src/components/LastCooked.vue | 12 +++++++----- vue/src/components/MealPlanCard.vue | 7 +------ vue/src/components/RecipeRating.vue | 1 - 5 files changed, 10 insertions(+), 15 deletions(-) diff --git a/vue/src/apps/MealPlanView/MealPlanView.vue b/vue/src/apps/MealPlanView/MealPlanView.vue index 370ba0f93..55bfc0387 100644 --- a/vue/src/apps/MealPlanView/MealPlanView.vue +++ b/vue/src/apps/MealPlanView/MealPlanView.vue @@ -527,7 +527,7 @@ export default { } .cv-day.draghover { - box-shadow: inset 0 0 0.2em 0.2em grey !important; + box-shadow: inset 0 0 0.2em 0.2em rgb(221, 191, 134) !important; } .modal-backdrop { diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue index 1caa0cb7c..09524911d 100644 --- a/vue/src/apps/RecipeView/RecipeView.vue +++ b/vue/src/apps/RecipeView/RecipeView.vue @@ -14,8 +14,7 @@
-
- +
diff --git a/vue/src/components/LastCooked.vue b/vue/src/components/LastCooked.vue index 84f8c73df..7aca4836d 100644 --- a/vue/src/components/LastCooked.vue +++ b/vue/src/components/LastCooked.vue @@ -1,9 +1,11 @@