diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-08-11 00:30:27 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-07 19:19:31 -0500 |
| commit | 17863f54fef4203365aa2b7ce58da3bb9bb3cc8c (patch) | |
| tree | 315ed700d0a258d34fdd67efc97317c8f7c79b7e /src/components/conversation | |
| parent | 26670e90035104fbd24e0884c00b17c6266ba354 (diff) | |
Optimise thread ancestor display style
Diffstat (limited to 'src/components/conversation')
| -rw-r--r-- | src/components/conversation/conversation.vue | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 20ce54a6..f0e118e5 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -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); |
