Aligned text
This commit is contained in:
		@@ -1,8 +1,10 @@
 | 
			
		||||
<mat-toolbar *ngIf="!hide" [@expandDown]="!hide" class="bg-primary">
 | 
			
		||||
    <mat-icon *ngIf="mobile" class="mr-2" (click)="open = !open">menu</mat-icon>
 | 
			
		||||
    <img src="assets/icon.png" class="mr-2" height="24px" width="auto">
 | 
			
		||||
    <span style="font-weight: 500;">Home Front</span>
 | 
			
		||||
    <small class="text-muted ml-2">v{{environment.version}}</small>
 | 
			
		||||
    <span>
 | 
			
		||||
        <span style="font-weight: 500;">Home Front</span>
 | 
			
		||||
        <small class="text-muted ml-2">v{{environment.version}}</small>
 | 
			
		||||
    </span>
 | 
			
		||||
</mat-toolbar>
 | 
			
		||||
<mat-drawer-container class="h-100 w-100 example-container" [hasBackdrop]="false">
 | 
			
		||||
    <mat-drawer class="bg-primary" [mode]="mobile ? 'push' : 'side'" [opened]="open" [disableClose]="!mobile" [autoFocus]="false">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user