From 72302db1ff381cb56bd067b95af4ddda5e801552 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 9 Jun 2023 02:09:07 -0500 Subject: [PATCH] forum post tweaks --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 1fa547c..5a31914 100644 --- a/style.css +++ b/style.css @@ -1043,6 +1043,7 @@ body.forum.thread table.post-display tr.info-row { background: var(--post-bottombar); font-family: var(--primary-font); color: var(--subtitle); + height: 28px; } body.forum.thread table.post-display td { padding: 4px; } @@ -1055,6 +1056,9 @@ body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a { padding: 8px; } +body.forum.thread table.post-display tr.body-row td * { + max-width: 100%; +} heading .button {