draw continuity lines next to comment subtree

this is a port of the RES appearance option "Continuity"

Signed-off-by: Robert Günzler <r@gnzler.io>
This commit is contained in:
Robert Günzler 2023-07-17 20:58:48 +09:00
parent 8c7aabab72
commit 00e066729c
No known key found for this signature in database
GPG key ID: 2143BD2AAB94BCC4

View file

@ -267,7 +267,9 @@ form.savecomment {
margin: 0px 0px 10px 20px; margin: 0px 0px 10px 20px;
} }
.comment .children { .comment .children {
margin: 5px 0px 10px 15px; border-left: 1px dotted gray;
padding-left: 10px;
margin: 5px 0px 10px 5px;
} }
.savecomment textarea { .savecomment textarea {
width: 500px; width: 500px;