more forum tweaks

This commit is contained in:
Wirlaburla 2023-06-09 02:14:38 -05:00
parent 72302db1ff
commit 03278424c5

View File

@ -1018,7 +1018,8 @@ body.forum table.board-display .thread-status {
left: 4px;
}
body.forum table.board-display tr th:nth-last-of-type(1) {
body.forum table.board-display tr th:nth-of-type(3),
body.forum.thread table.board-display tr td:nth-of-type(2) {
text-align: right;
}
body.forum table.board-display tr th:nth-of-type(2) {
@ -1056,6 +1057,7 @@ body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a {
padding: 8px;
}
body.forum.thread table.post-display tr.body-row td { vertical-align: top; }
body.forum.thread table.post-display tr.body-row td * {
max-width: 100%;
}