diff --git a/wwwroot/connecthost.ui b/wwwroot/connecthost.ui index c872735..0a5d899 100644 --- a/wwwroot/connecthost.ui +++ b/wwwroot/connecthost.ui @@ -4,8 +4,13 @@ "auto_open":true, "auto_destroy":true, "archor":"cc", - "cwidth":45, - "cheight":40, +{% if int(params_kw._is_mobile) % } + "widh": "98%", + "height": "98%", +{% else %} + "width": "70%", + "height": "70%" +{% endif %} "movable":true, "icon":"{{entire_url('imgs/terminal.svg')}}", "title":"{{params_kw.name}}",