Updated look of remote on mobile, and fixed changing channel remotely

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-28 17:07:01 +02:00
parent be08330a1a
commit bce84ff56b
6 changed files with 26 additions and 9 deletions

View File

@@ -1318,6 +1318,8 @@ nav ul li:hover, nav ul li.active {
***************************************************************************/
.mobile-search{display:none;}
.show-only-mobile{display:none;
}
@media only screen and (max-width: 736px) and (max-width:600px), only screen and (max-device-width: 736px) and (orientation: landscape){
#playbar{
@@ -1331,6 +1333,19 @@ nav ul li:hover, nav ul li.active {
#remote_channel{
color:#2d2d2d;
width:90%;
}
.show-only-mobile{display:block;}
#volume-control-remote{
display: none;
}
#remote_header{
color: #2d2d2d;
font-size: 1.5em;
padding: 10px;
text-align: center;
}
#all_chat, #channelchat{