Merge pull request #3234 from mempool/nymkappa/bugfix/ln-world-map-full-height
Show ln channel world map using 100% height
This commit is contained in:
		
						commit
						4f297f0a7a
					
				@ -4,10 +4,6 @@
 | 
				
			|||||||
  &.widget {
 | 
					  &.widget {
 | 
				
			||||||
    height: 250px;
 | 
					    height: 250px;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					 | 
				
			||||||
  &.graph {
 | 
					 | 
				
			||||||
    height: auto;
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.card-header {
 | 
					.card-header {
 | 
				
			||||||
 | 
				
			|||||||
@ -229,6 +229,7 @@ export class NodesChannelsMap implements OnInit {
 | 
				
			|||||||
      title: title ?? undefined,
 | 
					      title: title ?? undefined,
 | 
				
			||||||
      tooltip: {},
 | 
					      tooltip: {},
 | 
				
			||||||
      geo: {
 | 
					      geo: {
 | 
				
			||||||
 | 
					        top: 75,
 | 
				
			||||||
        animation: false,
 | 
					        animation: false,
 | 
				
			||||||
        silent: true,
 | 
					        silent: true,
 | 
				
			||||||
        center: this.center,
 | 
					        center: this.center,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user