From 2c5d46cd16585e28f27649a9519f9ec071124134 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 16 Jul 2023 23:48:48 -0500 Subject: [PATCH] Cancel newest boards from click style on index --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 240f191..866d642 100644 --- a/style.css +++ b/style.css @@ -958,7 +958,7 @@ body.forum table.board-display td { padding: 4px; } -body.forum.index table.board-display tr.title-row { +body.forum.index .page-container > table.board-display tr.title-row { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;