From f9d348c94e1e17b7ab3316f7cbf72a88d39be54b Mon Sep 17 00:00:00 2001 From: Kouya Heika Date: Sun, 26 Jul 2026 22:43:14 -0500 Subject: [PATCH] Use grid for newest forum elements --- core/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/style.css b/core/style.css index cf331e9..8440d05 100644 --- a/core/style.css +++ b/core/style.css @@ -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 {