From 1d2f0570b47b5e1883e4b8588b4d75222443a572 Mon Sep 17 00:00:00 2001 From: Alfred <799953468@qq.com> Date: Mon, 3 Aug 2020 20:43:59 +0800 Subject: [PATCH] Fix .post-title-link position (#76) --- source/css/_common/components/post/post-header.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/css/_common/components/post/post-header.styl b/source/css/_common/components/post/post-header.styl index 21def3c..0ffa4e1 100644 --- a/source/css/_common/components/post/post-header.styl +++ b/source/css/_common/components/post/post-header.styl @@ -43,6 +43,8 @@ bottom: 0; content: ''; height: 2px; + // Fix issue #75 + left: 0; position: absolute; transform: scaleX(0); transition: transform $transition-ease;