hexo-theme-keep/source/css/layout/_partial/comment/comment.styl

22 lines
404 B
Stylus
Raw Normal View History

2020-10-29 15:42:58 +08:00
if (hexo-config('comment.valine.enable')) {
@require "./valine.styl";
}
if (hexo-config('comment.gitalk.enable')) {
@require "./gitalk.styl";
}
if (hexo-config('comment.valine.enable') && hexo-config('comment.gitalk.enable')) {
@require "./valine.styl";
}
.comments-container {
margin-top: $component-interspace;
2020-10-29 15:42:58 +08:00
#comment-anchor {
width: 100%;
height: $component-interspace;
2020-10-29 15:42:58 +08:00
}
}