Sizing and position of castbutton mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-18 00:17:12 +01:00
parent 4cac15cf97
commit 8d7f987ccb

View File

@@ -1620,10 +1620,15 @@ nav ul li:hover, nav ul li.active {
margin-top: inherit;
}
#play, #pause, #volume-button, #fullscreen, .castButton, .castButton-active {
#play, #pause, #volume-button, #fullscreen {
font-size: 31px;
}
.castButton, .castButton-active{
font-size: 28px;
margin: 0 33px 0 0px;
}
#viewers, #volume{
display: none;
}