diff --git a/src/components/meals/EditMealPage.vue b/src/components/meals/EditMealPage.vue index 4e6a79d..c23e95c 100644 --- a/src/components/meals/EditMealPage.vue +++ b/src/components/meals/EditMealPage.vue @@ -2,11 +2,11 @@
- - - - -
Chefs
Consumers
Cleanup
+
+ Cooked by + for , + with on cleanup. +

Recipes

diff --git a/src/components/meals/PersonList.vue b/src/components/meals/PersonList.vue index 2ca880a..62a7c5d 100644 --- a/src/components/meals/PersonList.vue +++ b/src/components/meals/PersonList.vue @@ -5,10 +5,10 @@ - -
    + +
    • - +
    @@ -42,7 +42,6 @@ text-align: center; border-radius: 50%; background: #eee; - margin-right: 1em; } /* On hover, prompt the user to click to remove the person */ @@ -86,6 +85,7 @@ margin: 0; max-height: 40vh; overflow-y: scroll; + z-index: 1000; } .person-droplist li { @@ -98,7 +98,7 @@