From 1c8e5eb8ebb81aedbd674f23405527f7e58c92be Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 23 Aug 2023 15:38:47 -0500 Subject: [PATCH] Fix portrait forum post display --- style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index c37c98a..e5bd0dd 100644 --- a/style.css +++ b/style.css @@ -1245,6 +1245,9 @@ body.forum.new table.board-display tr.title-row input { body.forum.board table.board-display tr th:nth-of-type(2), body.forum.board table.board-display colgroup col:nth-of-type(5), body.forum.thread table.board-display colgroup col:nth-of-type(3), + body.forum.thread table.post-display colgroup col:nth-of-type(3), + body.forum.thread table.post-display colgroup col:nth-of-type(4), + body.forum.thread table.post-display td.author-cell, body.forum.watched table.board-display tr td:nth-of-type(4), body.forum.watched table.board-display tr th:nth-of-type(3), body.forum.watched table.board-display colgroup col:nth-of-type(5), @@ -1255,9 +1258,10 @@ body.forum.new table.board-display tr.title-row input { body.forum.thread table.board-display { top: 40px; } - - body.forum.thread table.post-display td.author-cell { - display: none; + + body.forum.thread table.post-display tr.author-row { + text-align: left; + vertical-align: top; } }