From 22dbc269ed655f271cb3781734032bd30a7a512a Mon Sep 17 00:00:00 2001 From: Kouya Heika Date: Mon, 20 Jul 2026 18:41:54 -0500 Subject: [PATCH] Allow forum post potrait author row to be forced for desktop mode --- core/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/style.css b/core/style.css index a85a912..cf331e9 100644 --- a/core/style.css +++ b/core/style.css @@ -1431,7 +1431,7 @@ table.board-display#poll input[type="text"] { width: 100%; } } body.forum.thread table.board-display colgroup col:nth-of-type(4), - body.forum.thread table.post-display tr.author-row { + body.forum.thread table.post-display tr.author-row:not(.force) { display: none; } }