Fix settings page

This commit is contained in:
Geomitron
2023-11-29 20:06:11 -06:00
parent 6fae59f762
commit d689843f27
10 changed files with 109 additions and 123 deletions

View File

@@ -1,4 +1,4 @@
<div *ngIf="settingsLoaded" style="display: flex; flex-direction: column; height: 100%">
<div *ngIf="settingsLoaded" class="flex flex-col h-screen">
<app-toolbar></app-toolbar>
<router-outlet></router-outlet>
</div>