aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/conversation')
-rw-r--r--src/components/conversation/conversation.vue8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue
index 9aea7b20..6c8c6ef0 100644
--- a/src/components/conversation/conversation.vue
+++ b/src/components/conversation/conversation.vue
@@ -211,9 +211,11 @@
border-bottom-color: var(--border, $fallback--border);
border-radius: 0;
/* Make the button stretch along the whole row */
- display: flex;
- align-items: stretch;
- flex-direction: column;
+ &, &-inner {
+ display: flex;
+ align-items: stretch;
+ flex-direction: column;
+ }
}
.thread-ancestor-dive-box-inner {
padding: $status-margin;