]> git.sesse.net Git - ultimatescore/blobdiff - score.css
Realign the clock bug.
[ultimatescore] / score.css
index e70a4d3ca20f0e29317cd1542076b3481787afa2..5d032e8d5d5fda1bec835fa0b44d62fc6ca24bf3 100644 (file)
--- a/score.css
+++ b/score.css
@@ -10,8 +10,8 @@ body {
   overflow: hidden;
 
   /* 720p -> 1080p */
-  /* transform: scale(1.5);
-  transform-origin: top left; */
+  transform: scale(1.5);
+  transform-origin: top left;
 }
 body {
   font-family: 'Exo', sans-serif;
@@ -74,7 +74,8 @@ body {
   border: 1px solid #ccc;
   background: linear-gradient(to bottom, #fff, #eee);
   text-align: center;
-  height: 35px;
+  height: 36px;
+  padding-top: 2px;
   width: 90px;
 }
 .clockbug-hidden {
@@ -219,6 +220,10 @@ body {
   width: 170px;
   color: black;
 }
+.lowerthird-picture img {
+  height: 170px;
+  width: 170px;
+}
 .lowerthird-picture-hidden {
   width: 0px;
   border-left: 0px;