fix forum colgroupp modes

This commit is contained in:
Wirlaburla 2023-07-18 17:53:58 -05:00
parent 9b8bef503c
commit 1d8fac7c71

View File

@ -1155,7 +1155,8 @@ body.forum.new table.board-display tr.title-row input {
body.forum.thread table.board-display {
top: -24px;
}
body.forum.thread table.board-display colgroup col:nth-of-type(4),
body.forum.thread table.post-display tr.author-row {
display: none;
}
@ -1167,8 +1168,9 @@ body.forum.new table.board-display tr.title-row input {
body.forum.index .page-container > table.board-display colgroup col:nth-of-type(4),
body.forum.board table.board-display tr td:nth-of-type(4),
body.forum.board table.board-display tr.sub-row td:nth-of-type(2),
body.forum.board table.board-display tr th:nth-of-type(3),
body.forum.board table.board-display tr th:nth-of-type(2),
body.forum.board table.board-display colgroup col:nth-of-type(5),
body.forum.thread table.board-display colgroup col:nth-of-type(3),
body.forum.watched table.board-display tr td:nth-of-type(4),
body.forum.watched table.board-display tr th:nth-of-type(3),
body.forum.watched table.board-display colgroup col:nth-of-type(5),