changed some styling
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
<mat-toolbar>
 | 
					<mat-toolbar>
 | 
				
			||||||
    Map Alliance <small class="ml-2 text-muted">{{version}}</small>
 | 
					    <img src="/assets/icons/icon-72x72.png" height="35px" width="auto"> <small class="ml-2 text-muted">{{version}}</small>
 | 
				
			||||||
    <div class="ml-auto">
 | 
					    <div class="ml-auto">
 | 
				
			||||||
        <button mat-icon-button><mat-icon>room</mat-icon></button> <!-- Add Marker -->
 | 
					        <button mat-icon-button><mat-icon>room</mat-icon></button> <!-- Add Marker -->
 | 
				
			||||||
        <button mat-icon-button><mat-icon>create</mat-icon></button> <!-- Create shape -->
 | 
					        <button mat-icon-button><mat-icon>create</mat-icon></button> <!-- Create shape -->
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,8 +14,14 @@
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.map {
 | 
					.map {
 | 
				
			||||||
 | 
					  @media only screen and (max-width: 600px) {
 | 
				
			||||||
 | 
					    height: calc(100vh - 56px);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  @media only screen and (min-width: 601px) {
 | 
				
			||||||
    height: calc(100vh - 64px);
 | 
					    height: calc(100vh - 64px);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.selected {
 | 
					.selected {
 | 
				
			||||||
  background-color: #cccccc;
 | 
					  background-color: #cccccc;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user