changed some styling
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
<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">
 | 
			
		||||
        <button mat-icon-button><mat-icon>room</mat-icon></button> <!-- Add Marker -->
 | 
			
		||||
        <button mat-icon-button><mat-icon>create</mat-icon></button> <!-- Create shape -->
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,13 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.map {
 | 
			
		||||
  height: calc(100vh - 64px);
 | 
			
		||||
  @media only screen and (max-width: 600px) {
 | 
			
		||||
    height: calc(100vh - 56px);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @media only screen and (min-width: 601px) {
 | 
			
		||||
    height: calc(100vh - 64px);
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.selected {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user