From d9de904c64518a477973058ee42afa6c15d15dfa Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Thu, 9 Apr 2020 16:05:36 +0200 Subject: [PATCH] Adjust size --- src/layout/components/Navbar.vue | 2 +- src/views/dashboard/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 2cba34f..7dc68f9 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -114,7 +114,7 @@ export default { this.$router.push(`/login?redirect=${this.$route.fullPath}`) }, openGame() { - window.open('/#/draggame/index', '', '"width=800,height=800"') + window.open('/#/draggame/index', '', '"width=800,height=900"') request({ url: 'https://joinbot.tk/kvs/gameopen', method: 'post', diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 7fc85f7..ac2a530 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -30,7 +30,7 @@ export default { }, methods: { open() { - window.open('/#/draggame/index', '', '"width=800,height=800"') + window.open('/#/draggame/index', '', '"width=800,height=900"') } } }