mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-02 11:28:29 +01:00
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;
|
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);
|
--link: var(--faintLink);
|
||||||
--text: var(--faint);
|
--text: var(--faint);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
|
|
Loading…
Add table
Reference in a new issue