show more data in txinfo modal and fee on main table.

- also center-align icons in main table.
- and use "x time ago" instead of raw dates by default in main table
  (raw date is accessible on a tooltip, on the modal and on the CSV export).
This commit is contained in:
fiatjaf
2020-10-05 22:38:06 -03:00
parent bb965e4119
commit 16541d40c6
5 changed files with 80 additions and 38 deletions
+4
View File
@@ -52,6 +52,10 @@ body.body--dark .q-field--error {
width: 500px;
}
.lnbits__q-table__icon-td {
text-align: center;
}
.q-table--dense {
th:first-child,
td:first-child,