Toggle display UTXO details and scripts for transactions

fixes #46
This commit is contained in:
softsimon
2020-11-15 17:58:38 +07:00
parent 12b3ecd078
commit ddea10b160
5 changed files with 173 additions and 78 deletions

View File

@@ -81,4 +81,20 @@
.scriptmessage.longer {
max-width: 280px !important;
}
}
}
.details-table {
margin-top: 5px;
max-width: 500px;
}
.details-table td {
padding: 0.75rem;
}
.script-details {
word-break: break-all;
white-space: normal;
font-family: "Courier New", Courier, monospace;
font-size: 12px;
}