1. 修復在safari上,頭像旋轉顯示框框的bug
This commit is contained in:
Jerry
2019-09-25 23:37:09 +08:00
parent 6c26f20427
commit 1e06a6ca5e
4 changed files with 6 additions and 4 deletions

View File

@@ -354,7 +354,7 @@ background:
footer_bg: false footer_bg: false
# canvas_ribbon 止彩帶背景 # canvas_ribbon 止彩帶背景
# See: https://github.com/hustcc/ribbon.js # See: https://github.com/hustcc/ribbon.js
canvas_ribbon: canvas_ribbon:
enable: false enable: false

View File

@@ -1,5 +1,5 @@
{ {
"name": "hexo-theme-melody", "name": "hexo-theme-melody",
"version": "1.2.0", "version": "1.2.1",
"description": "A Hexo Theme: Butterfly" "description": "A Hexo Theme: Butterfly"
} }

View File

@@ -15,8 +15,9 @@
.card-author .card-author
img img
height: 128px height: 120px
width: 128px width: 120px
padding: 0
display: inline-block display: inline-block
vertical-align: top vertical-align: top
border-radius: 70px border-radius: 70px

View File

@@ -34,6 +34,7 @@
img img
height: 120px height: 120px
width: 120px width: 120px
padding: 0
display: inline-block display: inline-block
vertical-align: top vertical-align: top
border-radius: 70px border-radius: 70px