From b38d7be933c23524abed2cf6ff555d9fba8b8846 Mon Sep 17 00:00:00 2001 From: moyin1004 Date: Sat, 2 Dec 2023 21:17:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=A4=8D=E6=A1=A3?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E6=97=A5=E5=8E=86=E6=9C=88=E4=BB=BD=E6=96=87?= =?UTF-8?q?=E5=AD=97=E9=87=8D=E5=90=88=20prismjs=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E8=A1=8C=E6=95=B0=E6=97=B6=E9=80=89=E4=B8=AD=E9=87=8D=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/_widget/post-calendar.ejs | 3 ++- source/css/matery.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/layout/_widget/post-calendar.ejs b/layout/_widget/post-calendar.ejs index 6f6670c12..0110f06d7 100755 --- a/layout/_widget/post-calendar.ejs +++ b/layout/_widget/post-calendar.ejs @@ -89,7 +89,8 @@ }, monthLabel: { nameMap: '<%- nameMap %>', - fontSize: 11 + fontSize: 11, + align: 'left' }, dayLabel: { formatter: '{start} 1st', diff --git a/source/css/matery.css b/source/css/matery.css index b5c7cbac2..b4d2a9386 100755 --- a/source/css/matery.css +++ b/source/css/matery.css @@ -122,7 +122,7 @@ pre { code { padding: 1px 5px; - top: 13px !important; + /* top: 13px !important; */ font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier, monospace; font-size: 0.91rem; color: #e96900; From 413de088b5b1e6d9fcf48757408b57916eb4135a Mon Sep 17 00:00:00 2001 From: moyin1004 Date: Sat, 2 Dec 2023 21:40:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?[update]=20=E6=97=A5=E5=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/_widget/post-calendar.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layout/_widget/post-calendar.ejs b/layout/_widget/post-calendar.ejs index 0110f06d7..0bafac752 100755 --- a/layout/_widget/post-calendar.ejs +++ b/layout/_widget/post-calendar.ejs @@ -90,7 +90,8 @@ monthLabel: { nameMap: '<%- nameMap %>', fontSize: 11, - align: 'left' + align: 'left', + margin: 0 }, dayLabel: { formatter: '{start} 1st',