Optimise thread ancestor display style

This commit is contained in:
Tusooa Zhu 2021-08-11 00:30:27 -04:00
parent 26670e9003
commit 17863f54fe
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 6 additions and 1 deletions

View File

@ -194,7 +194,12 @@
flex-direction: column;
}
.thread-ancestor {
.thread-ancestors {
margin-left: $status-margin;
border-left: 2px solid var(--border, $fallback--border);
}
.thread-ancestor .StatusContent {
--link: var(--faintLink);
--text: var(--faint);
color: var(--text);