Made the sidebar use clicking instead of hovering for mobile devices.

This commit is contained in:
FrozenCow 2012-01-07 01:03:39 +01:00
parent 25e8c668ad
commit c72cec7cd0
3 changed files with 38 additions and 24 deletions

View file

@ -7,7 +7,7 @@
<meta charset="utf-8" />
<meta name="keywords" content="minecraft, map, dynamic" />
<meta name="description" content="Minecraft Dynamic Map" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<!-- These 2 lines make us fullscreen on apple mobile products - remove if you don't like that -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />