From 8d2e07cde9b75c9a7eca00c32f316de776278f12 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 16 Jul 2023 23:50:49 -0500 Subject: [PATCH] Add side-by-side newest section styles for forum --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 866d642..8351dea 100644 --- a/style.css +++ b/style.css @@ -1089,6 +1089,12 @@ body.forum.new table.board-display tr.title-row input { } @media only screen and (orientation: landscape) { + body.forum.index .page-container .newest table.board-display { + margin: -1px; + display: inline-table; + width: 50%; + } + body.forum.thread table.board-display { top: -24px; }