feat(comment): add Utterances comment system (#317)

This commit is contained in:
Dillon
2020-05-04 20:28:27 +08:00
committed by GitHub
parent 44955320ba
commit 7dfa964d3f
19 changed files with 99 additions and 18 deletions

View File

@@ -1,3 +1,3 @@
.comment {
#comments {
padding: 4rem 0;
}

View File

@@ -371,4 +371,4 @@ $admonition-background-color-map: (
) !default;
// ========== Admonition ========== //
$MAX_LENGTH: 9999px;
$MAX_LENGTH: 12000px;