flatter layout

This commit is contained in:
Joel Wetzell
2026-03-06 18:37:32 -06:00
parent 76ee05c4c1
commit 79b84460b0
20 changed files with 396 additions and 281 deletions
+4 -3
View File
@@ -18,13 +18,14 @@
</div>
}
</mat-toolbar>
<div class="flex-grow h-full overflow-hidden">
@if (configService.currentlyShownConfig() && schemaService.schemasLoaded()) {
<div class="flex-grow h-full overflow-y-auto">
<router-outlet></router-outlet>
<!-- @if (configService.currentlyShownConfig() && schemaService.schemasLoaded()) {
<app-config [(config)]="configService.currentlyShownConfig"></app-config>
} @else {
<div class="flex items-center justify-center mt-28">
<mat-spinner></mat-spinner>
</div>
}
} -->
</div>
</div>