From 97d1cadc455318f06156099104f80d8ec4e1a2e6 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 9 Jun 2023 22:24:43 -0500 Subject: [PATCH] Holy fucking shit this is the worst goddamn fucking hack I have ever done in my life and it's so fucking stupid. I fucking hate the Internet and web development and design and everything that comes with it. How come this shit works fine without any hacks on the production page but the minute I try to "clean up", it fucks up and looks like absolute fucking shit? Fuck everything. --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index a37fc18..92a3f6d 100644 --- a/style.css +++ b/style.css @@ -1113,6 +1113,8 @@ body.forum.thread table.reply-display tr.title-row th:nth-of-type(2) button { } @media only screen and (orientation: landscape) { + body.forum.board table.board-display tr.title-row th.paginator-mobile { display: none; } + body.forum.thread table.board-display { top: -24px; } @@ -1126,7 +1128,8 @@ body.forum.thread table.reply-display tr.title-row th:nth-of-type(2) button { 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 colgroup col:nth-of-type(4), - body.forum.board table.board-display colgroup col:nth-of-type(4) { display: none; } + body.forum.board table.board-display colgroup col:nth-of-type(4), + body.forum.board table.board-display tr.title-row th.paginator-desktop { display: none; } body.forum.thread table.board-display { top: 40px;