From 39575b4696b06bc886e3883f557c21a3af1eadc2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 18 Oct 2020 16:58:20 +0900 Subject: :art: --- src/client/scripts/popout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/scripts') diff --git a/src/client/scripts/popout.ts b/src/client/scripts/popout.ts index f3611390c6..51b8d72868 100644 --- a/src/client/scripts/popout.ts +++ b/src/client/scripts/popout.ts @@ -13,7 +13,7 @@ export function popout(path: string, w?: HTMLElement) { `width=${width}, height=${height}, top=${y}, left=${x}`); } else { const width = 400; - const height = 450; + const height = 500; const x = window.top.outerHeight / 2 + window.top.screenY - (height / 2); const y = window.top.outerWidth / 2 + window.top.screenX - (width / 2); window.open(url, url, -- cgit v1.2.3-freya