Threaded-view on status pages

It's hideous though, sorry
This commit is contained in:
Mouse Reeve
2020-03-09 17:03:59 -07:00
parent a0f1880f37
commit 2215e0a894
11 changed files with 91 additions and 47 deletions

View File

@ -197,3 +197,27 @@ th, td {
font-size: 0.8em;
color: #FF1654;
}
.comment-thread .reply h2 {
background: none;
}
.post.main {
background-color: #F3FFBD;
}
.post {
margin-left: 4em;
border-left: 2px solid #247BA0;
}
.post.depth-1 {
margin-left: 0;
border: none;
}
.post.depth-2 {
margin-left: 1em;
}
.post.depth-3 {
margin-left: 2em;
}
.post.depth-4 {
margin-left: 3em;
}