]> git.sesse.net Git - ultimatescore/blobdiff - score.css
Add a hack around Exo's variable-width numerals.
[ultimatescore] / score.css
index 307a1ada284155ce097c68c1ac2c4bf5405f4e5e..9821c42835cd52e84931079b7b3aa04dcc125090 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;
@@ -219,6 +219,10 @@ body {
   width: 170px;
   color: black;
 }
+.lowerthird-picture img {
+  height: 170px;
+  width: 170px;
+}
 .lowerthird-picture-hidden {
   width: 0px;
   border-left: 0px;
@@ -247,7 +251,7 @@ body {
   clip: rect(0px,0px,200px,0px);
 }
 
-/* these are hidden when actually run in casparcg */
+/* these are hidden when actually run in Nageru */
 #area {
   position: fixed;
   left: 0px;