adjust signature size

This commit is contained in:
Pete Matsyburka
2025-12-20 17:12:15 +02:00
parent ea062d7494
commit 0d8e2c5ff0
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -560,7 +560,7 @@ export default {
return style
},
isNarrow () {
return this.area.h > 0 && (this.area.w / this.area.h) > 6
return this.area.h > 0 && ((this.area.w * this.pageWidth) / (this.area.h * this.pageHeight)) > 4.5
}
},
watch: {