Column handling on mobile displays

This commit is contained in:
Wirlaburla 2023-06-09 21:37:46 -05:00
parent daa01795b1
commit ec343aee39

View File

@ -1123,6 +1123,11 @@ 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.index table.board-display colgroup col:nth-of-type(4),
body.forum.board table.board-display colgroup col:nth-of-type(4) { display: none; }
body.forum.thread table.board-display {
top: 40px;
}