diff --git a/README.md b/README.md index 9a1d6c2..b1d6def 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![hexo version](https://img.shields.io/badge/hexo-5.0+-0e83c) ![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/) diff --git a/README_CN.md b/README_CN.md index f0081e9..4ed5d2e 100644 --- a/README_CN.md +++ b/README_CN.md @@ -6,7 +6,7 @@ ![hexo version](https://img.shields.io/badge/hexo-5.0+-0e83c) ![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/) diff --git a/package.json b/package.json index 3ae4979..247f08b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-butterfly", - "version": "3.6.0", + "version": "3.6.1-b1", "description": "A Simple and Card UI Design theme for Hexo", "main": "package.json", "scripts": { diff --git a/source/css/_global/function.styl b/source/css/_global/function.styl index a8c1063..9173ce7 100644 --- a/source/css/_global/function.styl +++ b/source/css/_global/function.styl @@ -53,7 +53,7 @@ minWidth2000() if hexo-config('enter_transitions') #content-inner, #footer - animation: main 1s + animation: bottom-top 1s #page-header animation: header-effect 1s @@ -121,15 +121,14 @@ if hexo-config('avatar.effect') == true 100% transform: translateY(0) -@keyframes main +@keyframes bottom-top 0% opacity: 0 - transform: translateY(50px) + margin-top: 50px 100% - filter: none opacity: 1 - transform: translateY(0) + margin-top: 0 @keyframes titlescale 0% diff --git a/source/css/_page/common.styl b/source/css/_page/common.styl index 5868fb9..4fd0049 100644 --- a/source/css/_page/common.styl +++ b/source/css/_page/common.styl @@ -8,7 +8,7 @@ flex-direction: column +maxWidth768() - padding: 1rem 5px !important + padding: 1rem 5px +minWidth2000() max-width: 1500px @@ -46,7 +46,3 @@ & > div width: 100% !important - -// fix chrome enter animation blur -.layout - filter: blur(0) \ No newline at end of file