adjust latest replacements labels & layout

This commit is contained in:
Mononaut
2023-07-14 12:11:14 +09:00
parent 756fac7270
commit 240afbed95
2 changed files with 17 additions and 7 deletions

View File

@@ -189,20 +189,30 @@
width: 25%;
}
.table-cell-txid {
width: 33%;
width: 25%;
text-align: start;
}
.table-cell-old-fee {
width: 33%;
width: 25%;
text-align: end;
@media(max-width: 1080px) {
display: none;
}
}
.table-cell-new-fee {
width: 33%;
width: 20%;
text-align: end;
}
.table-cell-badges {
width: 25%;
width: 23%;
padding-right: 0;
padding-left: 5px;
text-align: end;
.badge {
margin-left: 5px;
}
}
}