Display extension TLV data on node page

This commit is contained in:
Mononaut
2022-11-04 21:59:54 -06:00
parent 373e02a5b0
commit 010e9f2bb1
3 changed files with 47 additions and 1 deletions

View File

@@ -72,3 +72,18 @@ app-fiat {
height: 28px !important;
};
}
.details tbody {
font-size: 12px;
.tlv-type {
color: #ffffff66;
}
.tlv-payload {
width: 100%;
word-break: break-all;
white-space: normal;
font-family: "Courier New", Courier, monospace;
}
}