Prevent portrait styles from breaking newest section on forum index

This commit is contained in:
Wirlaburla 2023-07-16 23:54:13 -05:00
parent 8d2e07cde9
commit 77ad25b7c1

View File

@ -1105,9 +1105,9 @@ body.forum.new table.board-display tr.title-row input {
} }
@media only screen and (orientation: portrait) { @media only screen and (orientation: portrait) {
body.forum.index table.board-display tr td:nth-of-type(4), body.forum.index .page-container > table.board-display tr td:nth-of-type(4),
body.forum.index table.board-display tr th:nth-of-type(2), body.forum.index .page-container > table.board-display tr th:nth-of-type(2),
body.forum.index table.board-display colgroup col:nth-of-type(4), 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 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.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(3),