fix: header logo changing size on ios navigate

This commit is contained in:
2022-10-26 14:37:48 +02:00
parent 8b2f2c063c
commit 38f0a30076
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ export class DashboardCollapse {
.fromTo('transform', 'translateY(0)', 'translateY(-32px)'),
this.animationControl
.create()
.addElement(toolbar.querySelector(':scope > ion-img')!)
.addElement(toolbar.querySelector(':scope > div > ion-img')!)
.fromTo('transform', 'scale(1)', 'scale(0.35)'),
this.animationControl
.create()