mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
19 lines
345 B
Stylus
19 lines
345 B
Stylus
@import 'disqusjs';
|
|
@import 'gitalk';
|
|
@import 'utterances';
|
|
@import 'search';
|
|
@import 'related-posts';
|
|
@import 'math';
|
|
@import 'gitter';
|
|
|
|
.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;
|
|
}
|