navigation fix

This commit is contained in:
Peter Papp
2021-04-30 08:16:44 +02:00
parent aea4213ec2
commit 5167ae520e
4 changed files with 16 additions and 9 deletions

View File

@@ -198,7 +198,7 @@ export default {
created() {
// Set zoom size
this.documentSize = window.innerWidth < 960 ? 100 : 50
this.documentSize = window.innerWidth < 960 ? 100 : 70
events.$on('file-preview:next', () => this.next())
events.$on('file-preview:prev', () => this.prev())