condense threads in summaries view, as well

This commit is contained in:
Alexander Cobleigh 2020-10-12 14:30:24 +02:00 committed by Henry
parent 0e8ee0c63d
commit e63937c830
1 changed files with 2 additions and 0 deletions

View File

@ -367,12 +367,14 @@ section {
box-sizing: border-box;
}
.indent section,
.thread-container section {
margin: unset;
border-radius: unset;
border-bottom: var(--fg-alt) solid 1px;
}
.indent section:last-of-type,
.thread-container section:last-of-type {
border-bottom: unset;
}