19 lines
348 B
Stylus
19 lines
348 B
Stylus
|
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 {
|
||
|
#comment-anchor {
|
||
|
width: 100%;
|
||
|
height: 20px;
|
||
|
}
|
||
|
}
|