Add support for CW in comments (#308)

All the backend/federation code was already, I just added the UI 🤷‍♀️ 

Fixes #253
This commit is contained in:
Baptiste Gelez
2018-11-07 15:57:31 +01:00
committed by GitHub
parent b28411da99
commit a64c4912cf
5 changed files with 39 additions and 9 deletions
+4
View File
@@ -389,6 +389,10 @@ main .article-meta .tags li a {
font-weight: 600;
}
summary {
cursor: pointer;
}
/* New comment */
main .article-meta .comments form input[type="submit"]