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 {
|
2020-11-18 18:45:45 +08:00
|
|
|
|
|
|
|
margin-top: $component-interspace;
|
|
|
|
|
2020-10-29 15:42:58 +08:00
|
|
|
#comment-anchor {
|
|
|
|
width: 100%;
|
2020-11-18 18:45:45 +08:00
|
|
|
height: $component-interspace;
|
2020-10-29 15:42:58 +08:00
|
|
|
}
|
|
|
|
}
|