diff --git a/lnbits/extensions/copilot/templates/copilot/index.html b/lnbits/extensions/copilot/templates/copilot/index.html index 67cc4b2cf..9b94b244a 100644 --- a/lnbits/extensions/copilot/templates/copilot/index.html +++ b/lnbits/extensions/copilot/templates/copilot/index.html @@ -520,7 +520,7 @@ openCopilotPanel: function (copilot_id) { this.getCopilot(copilot_id) let params = - 'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=400,height=500,left=10,top=100' + 'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=400,height=450,left=10,top=400' open('../copilot/pn/', '_blank', params) }, deleteCopilotLink: function (chargeId) {