Only show seperator on top-level comments

This commit is contained in:
Chi Vinh Le
2017-07-13 23:00:52 +07:00
parent 1c2fec29a4
commit 28e94d30b0
@@ -2,20 +2,17 @@
margin-left: 20px;
margin-bottom: 16px;
position: relative;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 12px;
}
.rootLevel0:first-child {
padding-top: 0;
}
.root:first-child {
border: 0;
}
.rootLevel0 {
margin-left: 0px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.comment {