diff --git a/code/boot.js b/code/boot.js index 1d9ef3c8..2d64eef6 100644 --- a/code/boot.js +++ b/code/boot.js @@ -40,6 +40,12 @@ window.setupStyles = function() { '#sidebar input, h2 { width:'+(SIDEBAR_WIDTH - 2*4)+'px !important } ', '#sidebar > *, #gamestat span, .imgpreview img { width:'+SIDEBAR_WIDTH+'px; }'].join("\n") + ''); + + if(L.Browser.mobile) { + $('head').append(''); + } } window.setupMap = function() {