Add lightning node link previews

This commit is contained in:
Mononaut
2022-08-11 17:19:12 +00:00
parent 9881f9d748
commit f7e93a950e
15 changed files with 322 additions and 15 deletions

View File

@@ -0,0 +1,27 @@
.title {
font-size: 52px;
margin-bottom: 48px;
}
.table {
font-size: 32px;
}
.map-col {
flex-grow: 0;
flex-shrink: 0;
width: 470px;
min-width: 470px;
padding: 0;
background: #181b2d;
max-height: 470px;
overflow: hidden;
}
.row {
margin-right: 0;
}
::ng-deep .symbol {
font-size: 24px;
}