More styling
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
</mat-nav-list>
|
||||
</mat-drawer>
|
||||
<mat-drawer-content class="bg-secondary text-white" [ngClass]="{'p-4': !hide}" (click)="open = (mobile && open) ? false : open" style="position: relative">
|
||||
<main class="d-flex flex-column justify-content-center h-100" [@routerTransition]="getState(o)">
|
||||
<main class="h-100" [@routerTransition]="getState(o)">
|
||||
<router-outlet #o="outlet"></router-outlet>
|
||||
</main>
|
||||
</mat-drawer-content>
|
||||
|
Reference in New Issue
Block a user