logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 17863f54fef4203365aa2b7ce58da3bb9bb3cc8c
parent 26670e90035104fbd24e0884c00b17c6266ba354
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Wed, 11 Aug 2021 00:30:27 -0400

Optimise thread ancestor display style

Diffstat:

Msrc/components/conversation/conversation.vue7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 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);