-
+
+
Lightning node
+ {{ node.alias }}
+
{{ socketType }}
diff --git a/frontend/src/app/lightning/node/node-preview.component.scss b/frontend/src/app/lightning/node/node-preview.component.scss
index c6b2ea9d7..b629bbcae 100644
--- a/frontend/src/app/lightning/node/node-preview.component.scss
+++ b/frontend/src/app/lightning/node/node-preview.component.scss
@@ -1,10 +1,23 @@
-.title {
- font-size: 52px;
- margin-bottom: 0;
+.title-container {
+ width: 0;
+ flex-grow: 1;
+ flex-shrink: 1;
+ overflow: hidden;
+
+ h5 {
+ font-size: 28px;
+ margin-top: -4px;
+ }
+
+ h1 {
+ font-size: 52px;
+ margin-bottom: 0;
+ margin-top: -8px;
+ }
}
.table {
- margin-top: 48px;
+ margin-top: 26px;
font-size: 32px;
}
@@ -20,14 +33,14 @@
flex-grow: 0;
flex-shrink: 0;
width: 470px;
- height: 390px;
+ height: 386px;
min-width: 470px;
- min-height: 390px;
- max-height: 390px;
+ min-height: 386px;
+ max-height: 386px;
padding: 0;
background: #181b2d;
overflow: hidden;
- margin-top: 18px;
+ margin-top: 0;
}
.row {
@@ -36,6 +49,7 @@
.full-width-row {
padding-left: 15px;
+ flex-wrap: nowrap;
}
::ng-deep .symbol {