2021-01-15 16:18:02 +08:00
|
|
|
if (hexo-config('comment.valine.enable') && hexo-config('comment.gitalk.enable') && hexo-config('comment.twikoo.enable')) {
|
|
|
|
@require "./valine.styl";
|
|
|
|
|
|
|
|
} else if (hexo-config('comment.valine.enable')) {
|
2020-10-29 15:42:58 +08:00
|
|
|
@require "./valine.styl";
|
|
|
|
|
2021-01-15 16:18:02 +08:00
|
|
|
} else if (hexo-config('comment.gitalk.enable')) {
|
2020-10-29 15:42:58 +08:00
|
|
|
@require "./gitalk.styl";
|
|
|
|
|
2021-01-15 16:18:02 +08:00
|
|
|
} else if (hexo-config('comment.twikoo.enable')) {
|
|
|
|
@require "./twikoo.styl";
|
|
|
|
|
2020-10-29 15:42:58 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.comments-container {
|
2020-11-19 11:58:54 +08:00
|
|
|
display: inline-block;
|
2021-01-07 15:15:39 +08:00
|
|
|
margin-top: $component-spacing-value;
|
2020-11-19 12:03:50 +08:00
|
|
|
width: 100%;
|
2020-11-18 18:45:45 +08:00
|
|
|
|
2020-10-29 15:42:58 +08:00
|
|
|
#comment-anchor {
|
|
|
|
width: 100%;
|
2020-11-19 11:58:54 +08:00
|
|
|
height: 10px;
|
2020-10-29 15:42:58 +08:00
|
|
|
}
|
|
|
|
}
|