Add buttons to collapse / expand comments

This commit is contained in:
2020-10-26 21:57:10 +00:00
parent 992c1c1233
commit b82095ca7a
2 changed files with 48 additions and 5 deletions

View File

@@ -197,3 +197,12 @@ span.source {
.search form {
display: inline;
}
.collapser {
padding-left: 0.5rem;
padding-right: 1.5rem;
}
.pointer {
cursor: pointer;
}