From ff8e3c300f9b02bedd39bea4ed24f8b59c103f14 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 9 Jun 2023 22:45:01 -0500 Subject: [PATCH] Tweaking mobile forum --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index d00871a..f32b41e 100644 --- a/style.css +++ b/style.css @@ -1021,7 +1021,8 @@ body.forum table.board-display .thread-status { left: 4px; } -body.forum table.board-display tr th:nth-of-type(3), +body.forum.index table.board-display tr th:nth-of-type(3), +body.forum.board table.board-display tr th:nth-of-type(4), body.forum.thread table.board-display tr td:nth-of-type(2) { text-align: right; } @@ -1124,7 +1125,8 @@ 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(5), + body.forum.board table.board-display tr td:nth-of-type(4), + 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; }