File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 </ ion-buttons >
1212 < ion-title (click) ="debugService.devModeEasterEgg() ">
1313 < div style ="display: flex; align-items: center; justify-content: center; ">
14- < ion-icon *ngIf ="mode === 'ios' " style ="font-size: 140px ; " [src] ="themeService.isDark() ? 'assets/lazztech_title_light.svg' : 'assets/lazztech_title.svg' "> </ ion-icon >
14+ < ion-icon *ngIf ="mode === 'ios' " style ="font-size: 75px ; " [src] ="themeService.isDark() ? 'assets/lazztech_title_light.svg' : 'assets/lazztech_title.svg' "> </ ion-icon >
1515 < img *ngIf ="mode === 'md' " [src] ="themeService.isDark() ? 'assets/lazztech_title_light.svg' : 'assets/lazztech_title.svg' " style ="width: 140px " class ="vertical-align "/>
16- < span style ="margin-left: 8px; font-size: 1.75rem ; "> | noun</ span >
16+ < span style ="margin-left: 8px; font-size: 1.25rem ; "> | noun</ span >
1717 </ div >
1818 </ ion-title >
1919
Original file line number Diff line number Diff line change 22 < ion-toolbar >
33 < ion-title >
44 < div style ="display: flex; align-items: center; justify-content: center; ">
5- < ion-icon *ngIf ="mode === 'ios' " style ="font-size: 140px ; " [src] ="themeService.isDark() ? 'assets/lazztech_title_light.svg' : 'assets/lazztech_title.svg' "> </ ion-icon >
5+ < ion-icon *ngIf ="mode === 'ios' " style ="font-size: 75px ; " [src] ="themeService.isDark() ? 'assets/lazztech_title_light.svg' : 'assets/lazztech_title.svg' "> </ ion-icon >
66 < img *ngIf ="mode === 'md' " [src] ="themeService.isDark() ? 'assets/lazztech_title_light.svg' : 'assets/lazztech_title.svg' " style ="width: 140px " class ="vertical-align "/>
7- < span style ="margin-left: 8px; font-size: 1.75rem ; "> | noun</ span >
7+ < span style ="margin-left: 8px; font-size: 1.25rem ; "> | noun</ span >
88 </ div >
99 </ ion-title >
1010 < ion-progress-bar *ngIf ="loading " type ="indeterminate "> </ ion-progress-bar >
You can’t perform that action at this time.
0 commit comments