aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-19 00:21:44 +0200
committerHenry Jameson <me@hjkos.com>2024-02-19 00:21:44 +0200
commit1bc1a83a1f7e67f19fb508502f798317186154b4 (patch)
tree325a6f0db386975b9fd129bf2c3f7235550cd691
parentf4bf3745095cc370a03383976f0fd54090acc51d (diff)
fix borders in statuses and linear view
-rw-r--r--src/components/conversation/conversation.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue
index aa5d041c..64aa1351 100644
--- 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 {