From 38d704a5bc9c63370d892e54259a3dc4a0d944d8 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 1 May 2021 21:38:10 -0800 Subject: [PATCH] add card styling to editor --- .../components/Recipe/RecipeEditor/index.vue | 45 ++++++++++++------- 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/frontend/src/components/Recipe/RecipeEditor/index.vue b/frontend/src/components/Recipe/RecipeEditor/index.vue index ef735d13d..bdc153ff8 100644 --- a/frontend/src/components/Recipe/RecipeEditor/index.vue +++ b/frontend/src/components/Recipe/RecipeEditor/index.vue @@ -27,23 +27,36 @@ + + + {{ $t("recipe.categories") }} + + + + + + -

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

- - -

{{ $t("tag.tags") }}

- + + + {{ $t("tag.tags") }} + + + + + +