Use grid for newest forum elements

This commit is contained in:
Kouya Heika
2026-07-26 22:43:14 -05:00
parent 22dbc269ed
commit f9d348c94e

View File

@@ -1421,9 +1421,11 @@ table.board-display#poll input[type="text"] { width: 100%; }
@media only screen and (orientation: landscape) {
body.forum.index .page-container .newest {
display: flex;
display: grid;
grid-template-columns: repeat(2, 1fr);
width: 100%;
margin: 4px;
gap: 8px;
}
body.forum.thread table.board-display {