LANDSCAPE

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-28 12:10:10 +01:00
parent 2f1188836c
commit 01402ae05a

View File

@@ -1007,7 +1007,7 @@ nav ul li:hover, nav ul li.active {
.mobile-search{display:none;}
@media only screen and (max-width: 736px) and (max-width:600px){
@media only screen and (max-width: 736px) and (max-width:600px), (orientation: landscape){
#playbar{
display:block;
position: fixed;
@@ -1017,6 +1017,10 @@ nav ul li:hover, nav ul li.active {
right: 0;
}
.hide-on-small-only{
display:none;
}
#controls{
/*opacity: 1;*/
background-color: rgb(70, 70, 70);