Cast buttons and fullscreen in player controls

This commit is contained in:
DC
2016-03-05 01:05:09 -08:00
parent 2b17c1dabd
commit b7b30ed7c4
6 changed files with 52 additions and 27 deletions

View File

@@ -325,6 +325,16 @@ body.drag::before {
margin: 5px auto;
}
.player-controls .chromecast,
.player-controls .airplay,
.player-controls .fullscreen {
display: block;
width: 20px;
height: 20px;
margin: 5px;
float: right;
}
.player .scrub-bar:hover .loading-bar {
height: 5px;
margin-top: 6px;