diff --git a/webapp/components/PostCard.vue b/webapp/components/PostCard.vue index 83b800031..58283dda3 100644 --- a/webapp/components/PostCard.vue +++ b/webapp/components/PostCard.vue @@ -131,6 +131,7 @@ export default { } .post-link { + margin: 15px; display: block; position: absolute; top: 0; diff --git a/webapp/components/notifications/Notification.vue b/webapp/components/notifications/Notification.vue index 8f6db439e..ecf696d75 100644 --- a/webapp/components/notifications/Notification.vue +++ b/webapp/components/notifications/Notification.vue @@ -3,17 +3,19 @@ :to="{ name: 'post-id-slug', params: { id: post.id, slug: post.slug } }" @click.native="$emit('read')" > - + + + + +