From 78f6e52358104511b54e28e6a8855769149891fc Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 27 Dec 2021 13:16:11 -0500 Subject: [PATCH] [O] Make larger area of the title clickable --- src/components/BlogPost.vue | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/components/BlogPost.vue b/src/components/BlogPost.vue index d1722cf..eca11d3 100644 --- a/src/components/BlogPost.vue +++ b/src/components/BlogPost.vue @@ -2,7 +2,7 @@
Title Image -
+
{{date.format('YYYY-MM-DD')}}
{{meta.title}}
{{meta.subtitle}}
@@ -156,6 +156,16 @@ export default class BlogPostPreview extends Vue margin-left: 5px #titles + // Position patch + margin-top: -15px + padding-top: 15px + margin-left: -20px + padding-left: 20px + margin-right: -20px + padding-right: 20px + margin-bottom: -15px + padding-bottom: 15px + position: relative #title @@ -198,8 +208,8 @@ export default class BlogPostPreview extends Vue #BlogPostPreview.tag-top .tags position: absolute - right: 0 - top: 0 + right: 20px + top: 15px @media screen and (max-width: 400px) #BlogPostPreview