Nevermind.

This commit is contained in:
Wirlaburla 2023-06-09 22:32:42 -05:00
parent 97d1cadc45
commit 86e7b53ae1

View File

@ -1113,8 +1113,6 @@ body.forum.thread table.reply-display tr.title-row th:nth-of-type(2) button {
}
@media only screen and (orientation: landscape) {
body.forum.board table.board-display tr.title-row th.paginator-mobile { display: none; }
body.forum.thread table.board-display {
top: -24px;
}
@ -1126,10 +1124,9 @@ body.forum.thread table.reply-display tr.title-row th:nth-of-type(2) button {
@media only screen and (orientation: portrait) {
body.forum.index 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 td:nth-of-type(5),
body.forum.index table.board-display colgroup col:nth-of-type(4),
body.forum.board table.board-display colgroup col:nth-of-type(4),
body.forum.board table.board-display tr.title-row th.paginator-desktop { display: none; }
body.forum.board table.board-display colgroup col:nth-of-type(5) { display: none; }
body.forum.thread table.board-display {
top: 40px;