mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +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)'),
|
.fromTo('transform', 'translateY(0)', 'translateY(-32px)'),
|
||||||
this.animationControl
|
this.animationControl
|
||||||
.create()
|
.create()
|
||||||
.addElement(toolbar.querySelector(':scope > ion-img')!)
|
.addElement(toolbar.querySelector(':scope > div > ion-img')!)
|
||||||
.fromTo('transform', 'scale(1)', 'scale(0.35)'),
|
.fromTo('transform', 'scale(1)', 'scale(0.35)'),
|
||||||
this.animationControl
|
this.animationControl
|
||||||
.create()
|
.create()
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<ion-label slot="start">{{
|
<ion-label slot="start">{{
|
||||||
'dashboard.header.title' | daytimeKey | translate
|
'dashboard.header.title' | daytimeKey | translate
|
||||||
}}</ion-label>
|
}}</ion-label>
|
||||||
<ion-img src="assets/imgs/logo.png" class="logo"></ion-img>
|
<div><ion-img src="assets/imgs/logo.png" class="logo"></ion-img></div>
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
<div #schedule class="schedule">
|
<div #schedule class="schedule">
|
||||||
|
|||||||
Reference in New Issue
Block a user