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