diff --git a/frontend/src/components/Recipe/RecipeEditor/index.vue b/frontend/src/components/Recipe/RecipeEditor/index.vue index 26fe2f6ba..9fe95fc19 100644 --- a/frontend/src/components/Recipe/RecipeEditor/index.vue +++ b/frontend/src/components/Recipe/RecipeEditor/index.vue @@ -67,27 +67,43 @@

{{ $t("recipe.ingredients") }}

-
- - +
- mdi-delete - - - -
+ + + + mdi-delete + + + +
+ + + mdi-plus @@ -103,6 +119,7 @@ v-model="value.categories" hide-selected :items="categories" + text="name" :search-input.sync="categoriesSearchInput" @change="categoriesSearchInput = ''" > @@ -232,6 +249,7 @@ diff --git a/frontend/src/pages/RecipePage.vue b/frontend/src/pages/RecipePage.vue index 44361b892..26016fcc2 100644 --- a/frontend/src/pages/RecipePage.vue +++ b/frontend/src/pages/RecipePage.vue @@ -22,6 +22,7 @@ " @save="saveRecipe" @delete="deleteRecipe" + class="sticky" /> \ No newline at end of file