logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 1bc1a83a1f7e67f19fb508502f798317186154b4
parent f4bf3745095cc370a03383976f0fd54090acc51d
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 19 Feb 2024 00:21:44 +0200

fix borders in statuses and linear view

Diffstat:

Msrc/components/conversation/conversation.vue3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue @@ -262,7 +262,8 @@ } .thread-ancestor-has-other-replies .conversation-status, - &:last-child .conversation-status, + &:last-child:not(.-expanded) .conversation-status, + &.-expanded .conversation-status:last-child, .thread-ancestor:last-child .conversation-status, .thread-ancestor:last-child .thread-ancestor-dive-box, &.-expanded .thread-tree .conversation-status {