fix text alignment with board-display

This commit is contained in:
Wirlaburla 2023-06-09 01:57:53 -05:00
parent ad31cf8772
commit 09b984154e

View File

@ -1018,6 +1018,13 @@ body.forum table.board-display .thread-status {
left: 4px; left: 4px;
} }
body.forum table.board-display tr th:nth-last-of-type(1) {
text-align: right;
}
body.forum table.board-display tr th:nth-of-type(2) {
text-align: left;
}
body.forum.thread table.post-display { body.forum.thread table.post-display {
background: var(--post); background: var(--post);
border: var(--post-border); border: var(--post-border);
@ -1050,7 +1057,6 @@ body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a {
heading .button { heading .button {
display: inline-block !important; display: inline-block !important;
} }