Make other replies button stretch along the row

This commit is contained in:
Tusooa Zhu 2021-08-13 18:53:31 -04:00
parent ba8598858b
commit 22bdcda9c0
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 5 additions and 3 deletions

View File

@ -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;