We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 214fcca + 816f5d1 commit b5d8436Copy full SHA for b5d8436
1 file changed
src/Components/PdfEditor/PdfEditor.vue
@@ -75,7 +75,7 @@ export default {
75
const containerWidth = this.$el?.clientWidth || 0
76
if (!containerWidth || !maxPageWidth) return 1
77
78
- const availableWidth = containerWidth - 80
+ const availableWidth = containerWidth - 40
79
return Math.max(0.1, Math.min(2, availableWidth / maxPageWidth))
80
},
81
adjustZoomToFit() {
0 commit comments