Fixed height, theme color
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
			
		||||
        <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-container [hasBackdrop]="false" style="height: calc(100vh - 64px)">
 | 
			
		||||
    <mat-drawer class="bg-primary" [mode]="mobile ? 'push' : 'side'" [opened]="open" [disableClose]="!mobile" [autoFocus]="false">
 | 
			
		||||
        <mat-nav-list class="p-0">
 | 
			
		||||
            <mat-divider></mat-divider>
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@
 | 
			
		||||
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
    <meta name="theme-color" content="#FFFFFF">
 | 
			
		||||
    <meta name="theme-color" content="#2F323A">
 | 
			
		||||
 | 
			
		||||
    <link rel="icon" type="image/x-icon" href="assets/icon.png">
 | 
			
		||||
    <link rel="stylesheet" type="text/css" href="assets/bootstrap.min.css">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user