Allow forum post potrait author row to be forced for desktop mode

This commit is contained in:
Kouya Heika
2026-07-20 18:41:54 -05:00
parent 2c90d74c09
commit 22dbc269ed

View File

@@ -1431,7 +1431,7 @@ table.board-display#poll input[type="text"] { width: 100%; }
}
body.forum.thread table.board-display colgroup col:nth-of-type(4),
body.forum.thread table.post-display tr.author-row {
body.forum.thread table.post-display tr.author-row:not(.force) {
display: none;
}
}