mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
* See: https://github.com/next-theme/hexo-theme-next/issues/48 * See: https://github.com/next-theme/hexo-theme-next/issues/55
19 lines
483 B
Stylus
19 lines
483 B
Stylus
@import 'gitalk' if (hexo-config('gitalk.enable'));
|
|
|
|
@import 'search' if (hexo-config('local_search.enable') || hexo-config('algolia_search.enable'));
|
|
|
|
@import 'related-posts' if (hexo-config('related_posts.enable'));
|
|
|
|
@import 'math' if (hexo-config('math.mathjax.enable'));
|
|
|
|
.use-motion .animated {
|
|
// Fix issue #48 #55
|
|
animation-fill-mode: none;
|
|
// Fix issue #46 .animated in .sidebar
|
|
visibility: inherit;
|
|
}
|
|
|
|
.use-motion .sidebar .animated {
|
|
animation-fill-mode: both;
|
|
}
|