From 57755109bba219d5047b1f90b5a566de3a06af2b Mon Sep 17 00:00:00 2001 From: The PCI ID Mail Robot Date: Tue, 8 Aug 2023 15:53:19 +0200 Subject: [PATCH] Revert "CSS: Limit body width to 1024px" This reverts commit 2551b7306c6163e4ef7bc6a69854ac3e8ef754b8. max-width interferes with positioning of #bluesquare. Needs a better solution, this is just a hot-fix. --- static/screen.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/screen.css b/static/screen.css index ac2ed82..4373534 100644 --- a/static/screen.css +++ b/static/screen.css @@ -2,9 +2,6 @@ body { color: black; background: #DDDDFF; - max-width: 1024px; - margin-left: auto; - margin-right: auto; } form.admin table.unnamedItem tr.label, .unnamedItem, .unseen-history -- 2.39.2