Updated receiver to work more properly with the current player, and added a picture

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-18 15:07:58 +01:00
parent 8854f1d687
commit 071744440d
11 changed files with 279 additions and 92 deletions

View File

@@ -16,6 +16,17 @@
border:none !important;
}
#player_overlay_controls{
font-size:7rem;
width: 100%;
height: 100%;
}
#volume-button-overlay, #playpause-overlay{
display: inline-block;
margin: auto;
}
#pageButtons, #pageButtons a{
color:white !important;
}