Compare commits

...

3 Commits
3.6.0 ... 3.6.1

Author SHA1 Message Date
Jerry
e8cfc6e083 Merge branch 'dev' into master 2021-02-01 16:36:21 +08:00
Jerry
45b093cda7 label:3.6.1 2021-02-01 16:35:11 +08:00
Jerry
a50a63905d fix: 文章頁有toc的界面出現滾動條
fix: 在layout標簽內的元素,如是position: fixed,其相對定位會更改 #482 #483
2021-02-01 16:01:33 +08:00
6 changed files with 14 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
![hexo version](https://img.shields.io/badge/hexo-5.0+-0e83c) ![hexo version](https://img.shields.io/badge/hexo-5.0+-0e83c)
![license](https://img.shields.io/github/license/jerryc127/hexo-theme-butterfly?color=FF5531) ![license](https://img.shields.io/github/license/jerryc127/hexo-theme-butterfly?color=FF5531)
Demo: 👍 [Butterfly](https://butterfly.js.org/) || 🤞 [JerryC](https://jerryc.me/) Demo: 👍 [Butterfly](https://butterfly.js.org/) || 🤞 [MYW](https://immyw.com/)
Docs: 📖 [Butterfly Docs](https://butterfly.js.org/posts/21cfbf15/) Docs: 📖 [Butterfly Docs](https://butterfly.js.org/posts/21cfbf15/)

View File

@@ -6,7 +6,7 @@
![hexo version](https://img.shields.io/badge/hexo-5.0+-0e83c) ![hexo version](https://img.shields.io/badge/hexo-5.0+-0e83c)
![license](https://img.shields.io/github/license/jerryc127/hexo-theme-butterfly?color=FF5531) ![license](https://img.shields.io/github/license/jerryc127/hexo-theme-butterfly?color=FF5531)
預覽: 👍 [Butterfly](https://butterfly.js.org/) || 🤞 [JerryC](https://jerryc.me/) 預覽: 👍 [Butterfly](https://butterfly.js.org/) || 🤞 [MYW](https://immyw.com/)
文檔: 📖 [Butterfly Docs](https://butterfly.js.org/posts/21cfbf15/) 文檔: 📖 [Butterfly Docs](https://butterfly.js.org/posts/21cfbf15/)

View File

@@ -329,7 +329,7 @@ waline:
serverURL: # Waline server address url serverURL: # Waline server address url
avatar: monsterid # gravatar style https://zh-tw.gravatar.com/site/implement/images/#default-image avatar: monsterid # gravatar style https://zh-tw.gravatar.com/site/implement/images/#default-image
emojiCDN: # emoji CDN emojiCDN: # emoji CDN
bg: /image/comment_bg.png # waline background bg: # waline background
option: option:
# utterances # utterances
@@ -840,11 +840,11 @@ lazyload:
# --------------- # ---------------
# pwa: # pwa:
# enable: false # enable: false
# manifest: /image/pwa/manifest.json # manifest: /pwa/manifest.json
# apple_touch_icon: /image/pwa/apple-touch-icon.png # apple_touch_icon: /pwa/apple-touch-icon.png
# favicon_32_32: /image/pwa/32.png # favicon_32_32: /pwa/32.png
# favicon_16_16: /image/pwa/16.png # favicon_16_16: /pwa/16.png
# mask_icon: /image/pwa/safari-pinned-tab.svg # mask_icon: /pwa/safari-pinned-tab.svg
# Open graph meta tags # Open graph meta tags
# https://developers.facebook.com/docs/sharing/webmasters/ # https://developers.facebook.com/docs/sharing/webmasters/

View File

@@ -1,6 +1,6 @@
{ {
"name": "hexo-theme-butterfly", "name": "hexo-theme-butterfly",
"version": "3.6.0", "version": "3.6.1",
"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": {

View File

@@ -53,7 +53,7 @@ minWidth2000()
if hexo-config('enter_transitions') if hexo-config('enter_transitions')
#content-inner, #content-inner,
#footer #footer
animation: main 1s animation: bottom-top 1s
#page-header #page-header
animation: header-effect 1s animation: header-effect 1s
@@ -121,15 +121,14 @@ if hexo-config('avatar.effect') == true
100% 100%
transform: translateY(0) transform: translateY(0)
@keyframes main @keyframes bottom-top
0% 0%
opacity: 0 opacity: 0
transform: translateY(50px) margin-top: 50px
100% 100%
filter: none
opacity: 1 opacity: 1
transform: translateY(0) margin-top: 0
@keyframes titlescale @keyframes titlescale
0% 0%

View File

@@ -8,7 +8,7 @@
flex-direction: column flex-direction: column
+maxWidth768() +maxWidth768()
padding: 1rem 5px !important padding: 1rem 5px
+minWidth2000() +minWidth2000()
max-width: 1500px max-width: 1500px
@@ -46,7 +46,3 @@
& > div & > div
width: 100% !important width: 100% !important
// fix chrome enter animation blur
.layout
filter: blur(0)