2021-01-15 16:57:20 +08:00
|
|
|
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%;
|
2021-01-19 23:20:27 +08:00
|
|
|
color: var(--default-text-color);
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 1.38rem;
|
|
|
|
|
|
|
|
+keep-tablet() {
|
|
|
|
margin-bottom: 6px;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
}
|
2020-10-29 15:42:58 +08:00
|
|
|
}
|
|
|
|
}
|