diff --git a/src/app/plan-display/plan-display.component.ts b/src/app/plan-display/plan-display.component.ts index 9fd3a1f..839fbc3 100644 --- a/src/app/plan-display/plan-display.component.ts +++ b/src/app/plan-display/plan-display.component.ts @@ -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) {