]> git.sesse.net Git - ultimatescore/blobdiff - score.css
Remove some workarounds for old CEF (in particular, we have flexbox now).
[ultimatescore] / score.css
index ba0981afba6e098e51b3e7299d951fbff638669b..f61df5058803f52dbd7e65a81ad7c623f64f8d10 100644 (file)
--- a/score.css
+++ b/score.css
@@ -131,6 +131,8 @@ body {
   background-image: url(lowerthird-bg.png);
   color: black;
   /* padding-top: 20px; */
+  display: flex;
+  align-items: center;
 }
 .lowerthird-headline-hidden {
   width: 0px;
@@ -156,6 +158,7 @@ body {
 .lowerthird-headline-content-animate-out {
   -webkit-animation: wipe-in 2.0s ease;
   clip: rect(0px,0px,200px,0px);
+  -webkit-animation-fill-mode: both;
 }
 .lowerthird-subheading {
   position: fixed;
@@ -171,6 +174,8 @@ body {
   align-items: center; */
   /*background: linear-gradient(to right, #44c, #33a 15px); */
   background-image: url(lowerthird-bg2.png);
+  display: flex;
+  align-items: center;
 }
 .lowerthird-subheading-hidden {
   clip: rect(0px,0px,200px,0px);