mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
Fix sidebar animation issue
* See: https://github.com/next-theme/hexo-theme-next/issues/46
This commit is contained in:
parent
2e4e1bc16f
commit
79bb4c9ebe
@ -252,13 +252,13 @@ symbols_count_time:
|
|||||||
# Use icon instead of the symbol # to indicate the tag at the bottom of the post
|
# Use icon instead of the symbol # to indicate the tag at the bottom of the post
|
||||||
tag_icon: false
|
tag_icon: false
|
||||||
|
|
||||||
# Reward (Donate)
|
# Donate (Sponsor) settings
|
||||||
# Front-matter variable (unsupport animation).
|
# Front-matter variable (unsupport animation).
|
||||||
reward_settings:
|
reward_settings:
|
||||||
# If true, reward will be displayed in every article by default.
|
# If true, a donate button will be displayed in every article by default.
|
||||||
enable: false
|
enable: false
|
||||||
animation: false
|
animation: false
|
||||||
#comment: Donate comment here.
|
#comment: Buy me a coffee
|
||||||
|
|
||||||
reward:
|
reward:
|
||||||
#wechatpay: /images/wechatpay.png
|
#wechatpay: /images/wechatpay.png
|
||||||
@ -394,7 +394,7 @@ github_banner:
|
|||||||
# Font Settings
|
# Font Settings
|
||||||
# See: https://theme-next.js.org/docs/theme-settings/#Fonts-Customization
|
# See: https://theme-next.js.org/docs/theme-settings/#Fonts-Customization
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# Find fonts on Google Fonts (https://www.google.com/fonts)
|
# Find fonts on Google Fonts (https://fonts.google.com)
|
||||||
# All fonts set here will have the following styles:
|
# All fonts set here will have the following styles:
|
||||||
# light | light italic | normal | normal italic | bold | bold italic
|
# light | light italic | normal | normal italic | bold | bold italic
|
||||||
# Be aware that setting too much fonts will cause site running slowly
|
# Be aware that setting too much fonts will cause site running slowly
|
||||||
|
|||||||
@ -7,5 +7,6 @@
|
|||||||
@import 'math' if (hexo-config('math.mathjax.enable'));
|
@import 'math' if (hexo-config('math.mathjax.enable'));
|
||||||
|
|
||||||
.use-motion .animated {
|
.use-motion .animated {
|
||||||
visibility: visible;
|
// Fix issue #46 .animated in .sidebar
|
||||||
|
visibility: inherit;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user