Fixed scaling a bit, should work better now

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

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

Loading…
Cancel
Save