From 9042289d7856c89a717bb0a57fd298a416cf3135 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Mon, 25 Mar 2024 15:56:26 -0500 Subject: [PATCH] add width to newest section of forum --- core/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/style.css b/core/style.css index ccee9db..3706ff4 100644 --- a/core/style.css +++ b/core/style.css @@ -1342,6 +1342,7 @@ body.forum.new table.board-display tr.title-row input { @media only screen and (orientation: landscape) { body.forum.index .page-container .newest { display: flex; + width: 100%; margin: 4px; }