From: Steinar H. Gunderson Date: Wed, 18 Mar 2020 20:16:27 +0000 (+0100) Subject: Fix an issue where newer browsers would squeeze the secondary scorebugs. X-Git-Url: https://git.sesse.net/?p=ultimatescore;a=commitdiff_plain;h=165775c5c9cde9d59b980cc100f3f5b5a8c1e436 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. --- 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;