Make other replies button stretch along the row

このコミットが含まれているのは:
Tusooa Zhu 2021-08-13 18:53:31 -04:00
コミット 22bdcda9c0
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 7B467EDE43A08224
1個のファイルの変更5行の追加3行の削除

ファイルの表示

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