Skip to content

Commit 0015c67

Browse files
author
arthur
committed
refactor: increase popup size
1 parent 6f4573a commit 0015c67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function clearCookie(name: string) {
6767

6868
export function openWindow(url: string, popup = false): WindowProxy | null {
6969
let windowFeatures = ''
70-
const POPUP_SIZE = 500
70+
const POPUP_SIZE = 600
7171

7272
if (popup) {
7373
const top = screen.height / 2 - POPUP_SIZE / 2

0 commit comments

Comments
 (0)