From 87a89e564cf43a221b8d729ac71066bfd6eab6e1 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Thu, 10 Nov 2022 09:35:58 +0100 Subject: [PATCH] Fix learning content header --- .../learningPath/LearningContent.vue | 101 +++++++++--------- .../learningPath/LearningContentContainer.vue | 14 ++- 2 files changed, 60 insertions(+), 55 deletions(-) diff --git a/client/src/components/learningPath/LearningContent.vue b/client/src/components/learningPath/LearningContent.vue index 2224b313..271d2b77 100644 --- a/client/src/components/learningPath/LearningContent.vue +++ b/client/src/components/learningPath/LearningContent.vue @@ -34,56 +34,58 @@ const block = computed(() => { @exit="circleStore.closeLearningContent(props.learningContent)" @next="circleStore.continueFromLearningContent(props.learningContent)" > -
- -
- -
-

{{ learningContent.title }}

- -

{{ block.value.description }}

- - Mediathek öffnen - -
- +
-

{{ block.value.description }}

-
+ +
-
{{ block.value.description }}
+
+

{{ learningContent.title }}

+ +

{{ block.value.description }}

+ + Mediathek öffnen + +
+ +
+

{{ block.value.description }}

+
+
+ +
+

{{ block.value.description }}

+

{{ learningContent.title }}

+
+ +
{{ block.value.description }}
+
@@ -91,12 +93,9 @@ const block = computed(() => { - +