logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 22bdcda9c0a9869f8a09507bb60215b8a5af709a
parent ba8598858b4a90d25b76a515dc6a9125d2809f9d
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Fri, 13 Aug 2021 18:53:31 -0400

Make other replies button stretch along the row

Diffstat:

Msrc/components/conversation/conversation.vue8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

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