mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
v1.2.1
1. 修復在safari上,頭像旋轉顯示框框的bug
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user