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:
softsimon 2023-03-05 19:20:28 +09:00 committed by GitHub
commit 4f297f0a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -4,10 +4,6 @@
&.widget {
height: 250px;
}
&.graph {
height: auto;
}
}
.card-header {

View file

@ -229,6 +229,7 @@ export class NodesChannelsMap implements OnInit {
title: title ?? undefined,
tooltip: {},
geo: {
top: 75,
animation: false,
silent: true,
center: this.center,