fix show monitor

This commit is contained in:
2021-06-20 21:45:15 +02:00
parent 2608e90398
commit a00a8ddbb7
6 changed files with 13 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<div *ngIf="song && showType" [style.font-size.px]="zoom" class="fullscreen background">
<div
@songSwitch
[@songSwitch]="songId"
[class.blur]="songId === 'title'"
[class.hide]="songId !== 'title' && songId !== 'empty'"
class="start fullscreen logo"
@@ -14,8 +14,9 @@
</div>
<app-song-text
[header]="song.title"
*ngIf="songId !== 'title' && songId !== 'empty'"
@songSwitch
[@songSwitch]="songId"
[fullscreen]="true"
[index]="index"
[showSwitch]="false"
@@ -24,7 +25,7 @@
></app-song-text>
<app-legal
*ngIf="songId !== 'title' && songId !== 'empty'"
@songSwitch
[@songSwitch]="songId"
[config]="config$ | async"
[song]="song"
></app-legal>