X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=score.css;h=69d6f32627d8704410df1deedcd6dbe87e50ab4a;hb=6c5fc9286ceef73422e693a1ae6449e0a904afe8;hp=76f3a6c1ee32d972457c354ede93f23a3d452968;hpb=418c5992f632cda9f3cea73803cc1fc324e96246;p=ultimatescore diff --git a/score.css b/score.css index 76f3a6c..69d6f32 100644 --- 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;