Make other replies button stretch along the row

shitisbroken
Tusooa Zhu 3 years ago
parent ba8598858b
commit 22bdcda9c0
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224

@ -211,10 +211,12 @@
border-bottom-color: var(--border, $fallback--border);
border-radius: 0;
/* Make the button stretch along the whole row */
&, &-inner {
display: flex;
align-items: stretch;
flex-direction: column;
}
}
.thread-ancestor-dive-box-inner {
padding: $status-margin;
//border-left: 2px solid var(--border, $fallback--border);

Loading…
Cancel
Save