From 2a59e3c9903a23b08083036e353836b338c4b4ea Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 11 Apr 2024 02:04:12 -0500 Subject: [PATCH] fix alignment with avatars on forum portrait --- core/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/style.css b/core/style.css index 1040abb..3a6fef1 100644 --- a/core/style.css +++ b/core/style.css @@ -1399,6 +1399,11 @@ body.forum.new table.board-display tr.title-row input { text-align: left; vertical-align: top; } + + body.forum.thread table.post-display tr.author-row > th { + text-align: center; + vertical-align: middle; + } } /* == SHOP */