forked from AkkomaGang/akkoma-fe
Optimise thread ancestor display style
This commit is contained in:
parent
26670e9003
commit
17863f54fe
1 changed files with 6 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue