width: width/1.75 -> width/0.75

This commit is contained in:
coderaiser 2013-07-17 07:00:25 +00:00
parent bd82e50418
commit 5eafc73283

View file

@ -26,7 +26,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
closeEffect : 'none',
autoSize : false,
height : window.innerHeight,
width : window.innerWidth/1.75,
width : window.innerWidth/0.75,
helpers : {
overlay : {