From a3143f80604b7d02ad7f3f8ffde3a04125531972 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 14 Sep 2024 06:56:08 -0500 Subject: [PATCH] fix table margins on forum --- core/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/style.css b/core/style.css index 6a28ad8..4cf1eae 100644 --- a/core/style.css +++ b/core/style.css @@ -1188,6 +1188,11 @@ body.forum table.board-display { border: var(--forum-header-border); font-family: var(--primary-font); table-layout: fixed; +} + +body.forum table.board-display:not(.page-container), +body.forum table.poll-display, +body.forum table.reply-display { margin: 4px; }