Fix empty space issue on index forum tables

This commit is contained in:
Wirlaburla 2023-06-10 21:55:19 -05:00
parent ff8e3c300f
commit 55cc61ae24

View File

@ -1126,6 +1126,7 @@ 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 tr th:nth-of-type(2),
body.forum.board table.board-display tr th:nth-of-type(3),
body.forum.index table.board-display colgroup col:nth-of-type(4),
body.forum.board table.board-display colgroup col:nth-of-type(5) { display: none; }