mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
LANDSCAPE
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user