diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index f69b3cc09..8fdc1d65c 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -10,7 +10,7 @@ -
- +
+ + {{ $t('contribution.shockingPicture-text') }} + + +
-
- - - {{ $t('contribution.shockingPicture-text') }} - - - -
-
@@ -312,42 +307,34 @@ export default { - - diff --git a/webapp/components/PostCard/PostCard.vue b/webapp/components/PostCard/PostCard.vue index d5e65746b..ad5a68388 100644 --- a/webapp/components/PostCard/PostCard.vue +++ b/webapp/components/PostCard/PostCard.vue @@ -5,8 +5,8 @@ :class="{ 'post-card': true, 'disabled-content': post.disabled, - 'post--pinned': isPinned, - 'images-set-blur': post.blurImage, + '--pinned': isPinned, + '--blur-image': post.blurImage, }" > @@ -157,22 +157,26 @@ export default { }, } - diff --git a/webapp/components/TeaserImage/TeaserImage.vue b/webapp/components/TeaserImage/TeaserImage.vue index fbf230660..c4b8d4b31 100644 --- a/webapp/components/TeaserImage/TeaserImage.vue +++ b/webapp/components/TeaserImage/TeaserImage.vue @@ -142,7 +142,7 @@ export default {