Adjust size
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lukas Bachschwell 2020-04-09 16:05:36 +02:00
parent 50ad621f0e
commit d9de904c64
Signed by: lbsadmin
GPG Key ID: CCC6AA87CC8DF425
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -30,7 +30,7 @@ export default {
},
methods: {
open() {
window.open('/#/draggame/index', '', '"width=800,height=800"')
window.open('/#/draggame/index', '', '"width=800,height=900"')
}
}
}