Skip to content

Commit 04bfc34

Browse files
chore: reduce lateral space
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent f20bf42 commit 04bfc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/PdfEditor/PdfEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default {
7575
const containerWidth = this.$el?.clientWidth || 0
7676
if (!containerWidth || !maxPageWidth) return 1
7777
78-
const availableWidth = containerWidth - 80
78+
const availableWidth = containerWidth - 40
7979
return Math.max(0.1, Math.min(2, availableWidth / maxPageWidth))
8080
},
8181
adjustZoomToFit() {

0 commit comments

Comments
 (0)