Fixed scaling a bit, should work better now

merge-notes
isark 2 years ago
parent d91e2f2856
commit 534dde670e

@ -202,8 +202,11 @@ export class PlanDisplayComponent implements AfterViewInit, OnInit {
sumWidth / bounds.width,
sumHeight / bounds.height,
)
for (let child of children) {
child.style.transform = `scale(1, ${scale})`;
}
noteSlide.ref.nativeElement.style.transform = `scale(1, ${scale})`;
}
settingsClick(event: any) {

Loading…
Cancel
Save