From 0c0738191ff22a77dd8938fffc3f77755c837bf0 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 7 May 2024 00:03:13 -0500 Subject: [PATCH] correct post-display margin --- core/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/style.css b/core/style.css index 2db6753..dea481c 100644 --- a/core/style.css +++ b/core/style.css @@ -1247,7 +1247,7 @@ body.forum.thread table.board-display { body.forum.thread table.post-display { background: var(--post); border: var(--post-border); - margin: 8px 0px; + margin: 8px 4px; table-layout: fixed; }