From 165775c5c9cde9d59b980cc100f3f5b5a8c1e436 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 18 Mar 2020 21:16:27 +0100 Subject: [PATCH] Fix an issue where newer browsers would squeeze the secondary scorebugs. Seemingly, setting a transform now causes there to be imaginary margins from the (unscaled!) parent element. We could either remove the transform, or just stop setting width/height on the body; the latter is easier. --- score.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/score.scss b/score.scss index 6f33fa3..ac0fb61 100644 --- a/score.scss +++ b/score.scss @@ -4,8 +4,6 @@ $trondisk: false; box-sizing: border-box; } body { - width: 1280px; - height: 720px; margin: 0; padding: 0; background: transparent; -- 2.39.2