From c28d1c46100d5ef09ab0c269d393b1187bb0cd43 Mon Sep 17 00:00:00 2001 From: nymkappa <1612910616@pm.me> Date: Sun, 5 Mar 2023 17:43:59 +0900 Subject: [PATCH] Show ln channel world map using 100% height --- .../nodes-channels-map/nodes-channels-map.component.scss | 4 ---- .../nodes-channels-map/nodes-channels-map.component.ts | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.scss b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.scss index 07da6ed15..09c029d66 100644 --- a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.scss +++ b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.scss @@ -4,10 +4,6 @@ &.widget { height: 250px; } - - &.graph { - height: auto; - } } .card-header { diff --git a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts index c998bdd2f..71b5d3afd 100644 --- a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts +++ b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts @@ -229,6 +229,7 @@ export class NodesChannelsMap implements OnInit { title: title ?? undefined, tooltip: {}, geo: { + top: 75, animation: false, silent: true, center: this.center,