From 1d8fac7c71c685c7b0a45d0ca1223517833f858d Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 18 Jul 2023 17:53:58 -0500 Subject: [PATCH] fix forum colgroupp modes --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index fdb0005..1a0d6ce 100644 --- a/style.css +++ b/style.css @@ -1155,7 +1155,8 @@ body.forum.new table.board-display tr.title-row input { body.forum.thread table.board-display { top: -24px; } - + + body.forum.thread table.board-display colgroup col:nth-of-type(4), body.forum.thread table.post-display tr.author-row { display: none; } @@ -1167,8 +1168,9 @@ body.forum.new table.board-display tr.title-row input { body.forum.index .page-container > table.board-display colgroup col:nth-of-type(4), body.forum.board table.board-display tr td:nth-of-type(4), body.forum.board table.board-display tr.sub-row td:nth-of-type(2), - body.forum.board table.board-display tr th:nth-of-type(3), + 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.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),