Airplay support. Nicer looking cast screen

This commit is contained in:
DC
2015-03-15 23:02:04 -07:00
parent 66648186f4
commit 26dc1e82fd
3 changed files with 73 additions and 64 deletions

View File

@@ -356,6 +356,8 @@ input {
width: 100%;
height: 100%;
display: flex;
background-size: cover;
background-position: center center;
}
.player video {
@@ -701,28 +703,27 @@ body.drag .torrent-placeholder span {
/*
* CHROMECAST / AIRPLAY CONTROLS
*/
.cast-screen {
width: 400px;
margin: auto;
width: 100%;
height: 200px;
color: #eee;
line-height: normal;
text-align: center;
line-height: 2;
align-self: center;
}
.cast-screen h1 {
font-size: 3em;
.cast-screen .icon {
font-size: 50px;
}
.cast-screen .cast-type,
.cast-screen .cast-status {
margin: 40px 0;
font-size: 2em;
font-size: 32px;
}
.cast-screen .stop-casting {
cursor: pointer;
}
.cast-screen .stop-casting:hover {
color: #9af;
.cast-screen .cast-type {
font-weight: bold;
}
/*