]> git.sesse.net Git - ultimatescore/blobdiff - score.css
Fix tally for SBS.
[ultimatescore] / score.css
index 664562e43972656bdbd6232cbe928f886701998a..ba0981afba6e098e51b3e7299d951fbff638669b 100644 (file)
--- a/score.css
+++ b/score.css
@@ -1,17 +1,17 @@
 * {
-  -webkit-box-sizing: border-box;
-  Box-Sizing: border-box;
-  -webkit-backface-visibility: hidden;
-  -webkit-transition: translate3d(0,0,0);
+  box-sizing: border-box;
 }
-html, body {
+body {
   width: 1280px;
   height: 720px;
   margin: 0;
   padding: 0;
   background: transparent;
   overflow: hidden;
-  -webkit-font-smoothing: antialiased !important;
+
+  /* 720p -> 1080p */
+  /* transform: scale(1.5);
+  transform-origin: top left; */
 }
 body {
   font-family: 'Lato', sans-serif;