From 03278424c5c3f5ac75bc5a5da1b2209f72bf7e13 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 9 Jun 2023 02:14:38 -0500 Subject: [PATCH] more forum tweaks --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5a31914..57c5bc3 100644 --- a/style.css +++ b/style.css @@ -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%; }