From 37b928f3c6e0880ef1a697b125a9216c274de50d Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 18 Jul 2023 20:04:46 -0500 Subject: [PATCH] fix reply sizing --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 1a0d6ce..e0937e6 100644 --- a/style.css +++ b/style.css @@ -1125,6 +1125,7 @@ body.forum.thread table.reply-display tr:not(.title-row) { } body.forum.thread table.reply-display tr.title-row th:nth-of-type(1) { text-align: left; } +body.forum.thread table.reply-display tr td:nth-of-type(2) { text-align: right; } body.forum.thread table.reply-display tr.title-row { font-family: var(--primary-font);