Fix button wonkyness for formbuttons on forum

This commit is contained in:
Wirlaburla 2023-06-09 20:23:57 -05:00
parent b1d2ced319
commit 7728100959

View File

@ -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);