]> git.sesse.net Git - ultimatescore/commitdiff
Fix an issue where newer browsers would squeeze the secondary scorebugs.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 18 Mar 2020 20:16:27 +0000 (21:16 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 18 Mar 2020 20:16:27 +0000 (21:16 +0100)
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

index 6f33fa36434cdcbdf14a882778a0e7f3853425d6..ac0fb61d4576576c2784d2d2ad1dff0be7fcc00f 100644 (file)
@@ -4,8 +4,6 @@ $trondisk: false;
   box-sizing: border-box;
 }
 body {
-  width: 1280px;
-  height: 720px;
   margin: 0;
   padding: 0;
   background: transparent;