1 px height correction omg

master
km0 2 years ago
parent 11c9fb283c
commit 212ad290a3

File diff suppressed because one or more lines are too long

@ -1 +1 @@
Subproject commit 5e692787e3e2150ffbd2e58f2a9e062b503cba86
Subproject commit 509de21339967cd9d2bac73071a56e2eacb78a12

@ -2,7 +2,7 @@
size: 90mm 90mm;
margin: 0;
bleed: 2mm;
marks: crop;
/* marks: crop; */
}
:root {

@ -35,7 +35,7 @@ function progressBar(bar){
let parent = bar.closest(".pagedjs_sheet");
parent.prepend(bar);
bar.style.height = `calc(2mm + ${height}px)`
bar.style.height = `calc(2mm + ${height + 1}px)`
bar.style.width = `calc(4mm + ${width}px)`
bar.style.bottom = '0'
bar.style.top = 'initial'

Loading…
Cancel
Save