From 1e06a6ca5e0b5d66783ce3ee6d1d275b17b285e9 Mon Sep 17 00:00:00 2001 From: Jerry Date: Wed, 25 Sep 2019 23:37:09 +0800 Subject: [PATCH] =?UTF-8?q?v1.2.1=201.=20=E4=BF=AE=E5=BE=A9=E5=9C=A8safari?= =?UTF-8?q?=E4=B8=8A=EF=BC=8C=E9=A0=AD=E5=83=8F=E6=97=8B=E8=BD=89=E9=A1=AF?= =?UTF-8?q?=E7=A4=BA=E6=A1=86=E6=A1=86=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 2 +- package.json | 2 +- source/css/_layout/aside.styl | 5 +++-- source/css/_layout/mobile-sidebar.styl | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 2804f3e..9ab0deb 100644 --- a/_config.yml +++ b/_config.yml @@ -354,7 +354,7 @@ background: footer_bg: false -# canvas_ribbon 禁止彩帶背景 +# canvas_ribbon 靜止彩帶背景 # See: https://github.com/hustcc/ribbon.js canvas_ribbon: enable: false diff --git a/package.json b/package.json index fcbc007..8c344ef 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "hexo-theme-melody", - "version": "1.2.0", + "version": "1.2.1", "description": "A Hexo Theme: Butterfly" } \ No newline at end of file diff --git a/source/css/_layout/aside.styl b/source/css/_layout/aside.styl index 6b5f42a..7458d13 100644 --- a/source/css/_layout/aside.styl +++ b/source/css/_layout/aside.styl @@ -15,8 +15,9 @@ .card-author img - height: 128px - width: 128px + height: 120px + width: 120px + padding: 0 display: inline-block vertical-align: top border-radius: 70px diff --git a/source/css/_layout/mobile-sidebar.styl b/source/css/_layout/mobile-sidebar.styl index e2eca26..911aaa8 100644 --- a/source/css/_layout/mobile-sidebar.styl +++ b/source/css/_layout/mobile-sidebar.styl @@ -34,6 +34,7 @@ img height: 120px width: 120px + padding: 0 display: inline-block vertical-align: top border-radius: 70px