fix reply sizing

This commit is contained in:
Wirlaburla 2023-07-18 20:04:46 -05:00
parent 1d8fac7c71
commit 37b928f3c6

View File

@ -1125,6 +1125,7 @@ body.forum.thread table.reply-display tr:not(.title-row) {
}
body.forum.thread table.reply-display tr.title-row th:nth-of-type(1) { text-align: left; }
body.forum.thread table.reply-display tr td:nth-of-type(2) { text-align: right; }
body.forum.thread table.reply-display tr.title-row {
font-family: var(--primary-font);