mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
fix: 修復評論裡行內元素(表情/圖片)變成塊級元素(換行)的bug
feat: 增加 npm push github action
This commit is contained in:
parent
a1f86a1573
commit
7b2f32f30c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hexo-theme-butterfly",
|
||||
"version": "3.6.0-b3",
|
||||
"version": "3.6.0-b4",
|
||||
"description": "A Simple and Card UI Design theme for Hexo",
|
||||
"main": "package.json",
|
||||
"scripts": {
|
||||
|
||||
@ -152,6 +152,7 @@ no-beautify()
|
||||
text-decoration: underline
|
||||
|
||||
img
|
||||
display: block
|
||||
margin: 0 auto .8rem
|
||||
|
||||
p
|
||||
@ -171,9 +172,6 @@ no-beautify()
|
||||
no-beautify()
|
||||
|
||||
#post
|
||||
img
|
||||
display: block
|
||||
|
||||
.tag_share
|
||||
.post-meta
|
||||
&__tag-list
|
||||
|
||||
Loading…
Reference in New Issue
Block a user