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