summaryrefslogtreecommitdiff
path: root/loleaflet
diff options
context:
space:
mode:
Diffstat (limited to 'loleaflet')
-rw-r--r--loleaflet/css/loleaflet.css2
-rw-r--r--loleaflet/css/mobilewizard.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 334b721ee..2016bc131 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -178,7 +178,7 @@ body {
#toolbar-hamburger {
width: 0;
}
-@media (max-device-width: 767px) {
+@media (max-width: 767px) and (orientation: portrait), (max-width: 1023px) and (orientation: landscape) {
#toolbar-hamburger {
width: 36px;
}
diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index eb4d613fa..0dde3030a 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -1,4 +1,4 @@
-@media (max-device-width: 767px) {
+@media (max-width: 767px) and (orientation: portrait), (max-width: 1023px) and (orientation: landscape) {
.menuwizard .menu-entry-icon{
padding-left: 4%;
}