Fixed pausing on chromecast

This commit is contained in:
Kasper Rynning-Tønnesen
2016-12-11 00:46:56 +01:00
parent 4c3d8246ef
commit ee06ff94b7
7 changed files with 50 additions and 18 deletions

View File

@@ -38,6 +38,25 @@
padding:0;
}
#playing_on{
display: none;
text-align: left;
position: absolute;
bottom: 0px;
padding-left: 10px;
align-items: center;
color: rgba(255,255,255, 0.8);
}
#playing_on #chromecast_icon{
font-size:70px;
}
#playing_on #chromecast_text{
font-size: 20px;
padding-left: 8px;
}
.prev_page, .next_page, .last_page, .first_page{
cursor: pointer;
}