From 677bfe5950aaaf285d2b840b42cb6d6110002d38 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 8 Jun 2023 22:23:44 -0500 Subject: [PATCH] corrected thread-status styling --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d524633..3d9aa13 100644 --- a/style.css +++ b/style.css @@ -1012,7 +1012,10 @@ body.forum table.board-display tr:not(.title-row) td:nth-of-type(4) { body.forum table.board-display .thread-status { text-align: right; - margin-top: -12px; + position: relative; + height: 0px; + top: -12px; + left: 4px; }