From e5d5a57c500e0570713567d56eaa6e1eab902409 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sat, 5 Nov 2022 20:59:25 +0800 Subject: [PATCH] timline --- source/css/_layout/tag-plugins/timeline.styl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/css/_layout/tag-plugins/timeline.styl b/source/css/_layout/tag-plugins/timeline.styl index 5ea1ef7..981c4c3 100644 --- a/source/css/_layout/tag-plugins/timeline.styl +++ b/source/css/_layout/tag-plugins/timeline.styl @@ -104,6 +104,10 @@ padding: 0.5rem 1rem margin-top: 4px box-shadow: $boxshadow-block + trans2: transform box-shadow + &:hover + transform: translateY(-1px) + box-shadow: $boxshadow-card-float p font-size: $fs-14 img @@ -124,12 +128,8 @@ a.body display: block color: var(--text-p1) - trans2: transform box-shadow line-height: 1.25 padding: 0.75rem 1rem - &:hover - transform: translateY(-1px) - box-shadow: $boxshadow-card-float .tag-plugin.timeline[api] .body