fix: make logs page take up all space (#3030)

This commit is contained in:
Alex Inkin
2025-09-20 20:10:28 +07:00
committed by GitHub
parent 7eecf29449
commit b99f3b73cd
2 changed files with 8 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ import { StateService } from 'src/app/services/state.service'
<app-initializing [progress]="progress()" />
`,
providers: [provideSetupLogsService(ApiService)],
styles: ':host { padding: 1rem; }',
styles: ':host { height: 100%; }',
imports: [InitializingComponent],
})
export default class InitializingPage {