Cast screen background: cover, don't tile

This commit is contained in:
DC
2016-04-06 04:48:41 -07:00
parent 80c549ae77
commit 6a17aa7c76

View File

@@ -347,7 +347,7 @@ input {
background: linear-gradient(to bottom right, #4B79A1, #283E51); background: linear-gradient(to bottom right, #4B79A1, #283E51);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
background-position: 0 50%; background-position: center;
transition: -webkit-filter 0.1s ease-out; transition: -webkit-filter 0.1s ease-out;
position: relative; position: relative;
animation: fadein .4s; animation: fadein .4s;
@@ -591,6 +591,8 @@ body.drag .app::after {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex; display: flex;
background-size: cover;
background-position: center;
} }
.player video { .player video {