diff --git a/webapp/components/PostCard.vue b/webapp/components/PostCard.vue index 767835f74..1fe303fec 100644 --- a/webapp/components/PostCard.vue +++ b/webapp/components/PostCard.vue @@ -4,20 +4,11 @@ :image="post.image" :class="{'post-card': true, 'disabled-content': post.disabled}" > - - {{ post.title }} - + {{ post.title }} -
+
@@ -26,20 +17,12 @@ align="right" size="small" color="soft" - > - {{ post.createdAt | dateTime('dd. MMMM yyyy HH:mm') }} - + >{{ post.createdAt | dateTime('dd. MMMM yyyy HH:mm') }} - + - + @@ -118,27 +99,25 @@ export default { .post-card { cursor: pointer; position: relative; + z-index: 1; - .ds-card-footer { - z-index: 1; - } + /*.ds-card-footer { + }*/ .content-menu { display: inline-block; margin-left: $space-xx-small; margin-right: -$space-x-small; - z-index: 1; + } + + .post-link { + display: block; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + text-indent: -999999px; } } - -.post-link { - display: block; - position: absolute; - z-index: 1; - top: 0; - left: 0; - width: 100%; - height: 100%; - text-indent: -999999px; -}