Settings is now a route instead of a dialog

This commit is contained in:
Isaac Abadi
2021-07-26 18:18:07 -07:00
parent 6e084bd94a
commit 73b9cf7893
8 changed files with 39 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
<div style="height: 275px;">
<div style="height: 100%;">
<div *ngIf="logs_loading" style="z-index: 999; position: absolute; top: 40%; left: 50%">
<mat-spinner [diameter]="32"></mat-spinner>
</div>