mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
fix: header logo changing size on ios navigate
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user