diff --git a/static/css/style.css b/static/css/style.css index 2a1872f9..d470e212 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -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);