publish show
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
<app-menu-button (click)="onDelete()" [icon]="faDelete" class="btnDelete"></app-menu-button>
|
||||
</div>
|
||||
<app-song-text (chordModeChanged)="onChordModeChanged($event)" *ngIf="showText" [chordMode]="showSong.chordMode"
|
||||
[text]="_song.text"></app-song-text>
|
||||
[showSwitch]="true" [text]="_song.text"></app-song-text>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
|
||||
|
||||
|
||||
.song {
|
||||
display: grid;
|
||||
grid-template-columns: 20px 20px auto 70px 25px;
|
||||
|
||||
Reference in New Issue
Block a user