Parse & display liquidity ads on node page

This commit is contained in:
Mononaut
2022-11-04 23:24:44 -06:00
parent 010e9f2bb1
commit c2ab0bc715
4 changed files with 151 additions and 14 deletions

View File

@@ -73,17 +73,31 @@ app-fiat {
};
}
.details tbody {
font-size: 12px;
.details {
.detail-section {
margin-bottom: 1.5rem;
&:last-child {
margin-bottom: 0;
}
}
.tlv-type {
font-size: 12px;
color: #ffffff66;
}
.tlv-payload {
font-size: 12px;
width: 100%;
word-break: break-all;
white-space: normal;
font-family: "Courier New", Courier, monospace;
}
.compact-lease {
word-break: break-all;
white-space: normal;
font-family: "Courier New", Courier, monospace;
}
}