From de240eb08d427bc9361ad4cac760f92f554ec0c0 Mon Sep 17 00:00:00 2001 From: Airbo ZH Date: Sun, 5 Feb 2023 01:19:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E6=96=87=E7=AB=A0=20?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E8=A7=92=E6=A0=87=20=E6=A8=A1=E7=B3=8A?= =?UTF-8?q?=E6=95=88=E6=9E=9C=E9=94=99=E4=BD=8D=20#72?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/assets/zhheo/zhheoblog.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index ed27f0e1..449b823d 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -9582,11 +9582,13 @@ span.recent-post-top-text { position: absolute; top: 8px; left: 8px; + display: flex; } /* 自定义的文章分类 */ a.article-meta__category { + display: block; padding: 2px 6px; background: var(--heo-black-op); border-radius: 6px;