From 432041720cc9836403ae6cea7ee53b895be61beb Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 9 Jun 2023 03:27:33 -0500 Subject: [PATCH] Add css for table styling forum --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 57c5bc3..8da9985 100644 --- a/style.css +++ b/style.css @@ -1062,6 +1062,11 @@ body.forum.thread table.post-display tr.body-row td * { max-width: 100%; } +body.forum.thread table.post-display .author-cell { width: 168px; } +body.forum.thread table.post-display tr td:nth-of-type(3) { width: 168px; } + + + heading .button { display: inline-block !important;