fix setup wizard styles and remove diagnostic from angular.json (#2656)

This commit is contained in:
Matt Hill
2024-06-25 20:58:24 -06:00
committed by GitHub
parent ab1fdf69c8
commit c16d8a1da1
5 changed files with 42 additions and 151 deletions

View File

@@ -2,7 +2,7 @@
<h1 [style.font-size.rem]="2.5" [style.margin.rem]="1">
Initializing StartOS
</h1>
<div class="center-wrapper" *ngIf="progress.total">
<div *ngIf="progress.total">
Progress: {{ (progress.total * 100).toFixed(0) }}%
</div>