From 2e66bec050b69fcd00576c75302dd47a619b9167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 28 Nov 2015 12:13:06 +0100 Subject: [PATCH] LANDSCAPE --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index d470e212..51aa6aa4 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), (orientation: landscape){ +@media only screen and (max-width: 736px) and (max-width:600px), only screen and (max-device-width: 736px) and (orientation: landscape){ #playbar{ display:block; position: fixed;