From 77281009591239d84edb73f79b9a0f7bdcfe8c57 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 9 Jun 2023 20:23:57 -0500 Subject: [PATCH] Fix button wonkyness for formbuttons on forum --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 54dc8d9..797a374 100644 --- a/style.css +++ b/style.css @@ -994,6 +994,8 @@ body.forum.index table.board-display tr.title-row { cursor: pointer; } +body.forum.index table.board-display tr.title-row .button { vertical-align: top; } + body.forum table.board-display tr:not(.title-row) { background: var(--forum-content); border: var(--forum-content-border);