mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-18 04:33:57 +00:00
flatter layout
This commit is contained in:
+4
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user