updated style for castbutton on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2017-06-13 15:54:00 +02:00
parent e106d3defd
commit 5bb185e181

View File

@@ -2359,13 +2359,17 @@ nav ul li:hover, nav ul li.active {
#volume-button{ #volume-button{
float: right; float: right;
margin-right: 20px; margin-right: 5px;
} }
#fullscreen{ #fullscreen{
float: right; float: right;
} }
.castButton {
width: 3em;
}
#bar{ #bar{
background-color:rgba(0,0,0,1); background-color:rgba(0,0,0,1);
} }