diff --git a/templates/auto_pt/status.html b/templates/auto_pt/status.html index 2692b15..010a61e 100644 --- a/templates/auto_pt/status.html +++ b/templates/auto_pt/status.html @@ -717,12 +717,12 @@
` total_str += text - return `
${total_str}
` + return `
${total_str}
` }, position: function (point, params, dom, rect, size) { let customVH = window.innerWidth - if (customVH - point[0] < 250) { - point[0] = customVH - 300 + if (customVH - point[0] < 280) { + point[0] = customVH - 320 } console.log(customVH) console.log(point[0])