diff --git a/frontend/src/app/lightning/node/node.component.html b/frontend/src/app/lightning/node/node.component.html index a279d0fd7..778543772 100644 --- a/frontend/src/app/lightning/node/node.component.html +++ b/frontend/src/app/lightning/node/node.component.html @@ -22,30 +22,30 @@
Active capacity | +Active capacity |
|
||||||||||||
Active channels | +Active channels | {{ node.active_channel_count }} | ||||||||||||
Average channel size | +Average channel size |
|
||||||||||||
Location | +Location |
|
@@ -55,30 +55,30 @@
First seen | +First seen |
|
Last update | +Last update |
|
Color | +Color |
{{ node.color }}
|
ISP | +ISP | - + {{ node.as_organization }} [ASN {{node.as_number}}] | diff --git a/frontend/src/app/lightning/node/node.component.scss b/frontend/src/app/lightning/node/node.component.scss index 481f2a8c4..7221e56bc 100644 --- a/frontend/src/app/lightning/node/node.component.scss +++ b/frontend/src/app/lightning/node/node.component.scss @@ -77,3 +77,10 @@ app-fiat { left: calc(50% - 15px); z-index: 100; } + +.label { + width: 50%; + @media (min-width: 576px) { + width: 40%; + } +} \ No newline at end of file diff --git a/frontend/src/app/shared/components/geolocation/geolocation.component.html b/frontend/src/app/shared/components/geolocation/geolocation.component.html index 2788cd4c1..c63af47be 100644 --- a/frontend/src/app/shared/components/geolocation/geolocation.component.html +++ b/frontend/src/app/shared/components/geolocation/geolocation.component.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file