aboutsummaryrefslogtreecommitdiff
path: root/web/debug.html
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-08-10 23:15:27 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-08-10 23:15:27 +1200
commite7f589516ebdca245bf01c253b44ff708f723b07 (patch)
treed225ce794ac747748822bdc73d3277bb56cfdf73 /web/debug.html
parentd479ed01a1aeb624f226bc6b91fffedea28366f1 (diff)
downloadtraccar-server-e7f589516ebdca245bf01c253b44ff708f723b07.tar.gz
traccar-server-e7f589516ebdca245bf01c253b44ff708f723b07.tar.bz2
traccar-server-e7f589516ebdca245bf01c253b44ff708f723b07.zip
Check full device screen size
Diffstat (limited to 'web/debug.html')
-rw-r--r--web/debug.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/debug.html b/web/debug.html
index 811451315..fa3836ce2 100644
--- a/web/debug.html
+++ b/web/debug.html
@@ -6,7 +6,7 @@
<title>Traccar</title>
<style>
.state-indicator { position: absolute; top: -999em; left: -999em; z-index: 0; }
-@media all and (max-width: 768px) { .state-indicator { z-index: 1; } }
+@media all and (max-device-width: 768px) { .state-indicator { z-index: 1; } }
</style>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/classic/theme-neptune/resources/theme-neptune-all.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/ol3/3.7.0/ol.css">