diff --git a/frontend/components/Domain/Recipe/RecipeCardMobile.vue b/frontend/components/Domain/Recipe/RecipeCardMobile.vue index 7cfcb9197..507a19696 100644 --- a/frontend/components/Domain/Recipe/RecipeCardMobile.vue +++ b/frontend/components/Domain/Recipe/RecipeCardMobile.vue @@ -17,7 +17,7 @@ :image-version="image" /> - + -
+
@@ -8,12 +8,14 @@ +
- + diff --git a/frontend/components/Domain/Recipe/RecipeTimelineItem.vue b/frontend/components/Domain/Recipe/RecipeTimelineItem.vue index 507ecb877..9c6a820d1 100644 --- a/frontend/components/Domain/Recipe/RecipeTimelineItem.vue +++ b/frontend/components/Domain/Recipe/RecipeTimelineItem.vue @@ -11,28 +11,29 @@ {{ new Date(event.timestamp+"Z").toLocaleDateString($i18n.locale) }} - - - - - - - - - - {{ $globals.icons.calendar }} - {{ new Date(event.timestamp+"Z").toLocaleDateString($i18n.locale) }} - - - - {{ event.subject }} - - - - + + + + + + + + {{ $globals.icons.calendar }} + {{ new Date(event.timestamp+"Z").toLocaleDateString($i18n.locale) }} + + + + {{ event.subject }} + + + + - - - - - - - - - - - - - - - - {{ event.subject }} - -
- {{ event.eventMessage }} -
-
-
-
+ + + + + + + + + + + + + + + {{ event.subject }} + +
+ {{ event.eventMessage }} +
+
+
+
@@ -201,4 +201,4 @@ export default defineComponent({ .v-card::after { display: none; } - \ No newline at end of file +