From 55cc61ae241f5192a17c80978597341f1bafa50d Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 10 Jun 2023 21:55:19 -0500 Subject: [PATCH] Fix empty space issue on index forum tables --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index f32b41e..bb2cdd7 100644 --- a/style.css +++ b/style.css @@ -1126,6 +1126,7 @@ body.forum.thread table.reply-display tr.title-row th:nth-of-type(2) button { @media only screen and (orientation: portrait) { body.forum.index table.board-display tr td:nth-of-type(4), body.forum.board table.board-display tr td:nth-of-type(4), + body.forum.index table.board-display tr th:nth-of-type(2), body.forum.board table.board-display tr th:nth-of-type(3), body.forum.index table.board-display colgroup col:nth-of-type(4), body.forum.board table.board-display colgroup col:nth-of-type(5) { display: none; }