improve thread view

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

View File

@ -367,14 +367,12 @@ 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;
}