Workflow updating files of floethereum
This commit is contained in:
parent
4f39dcc64b
commit
9ee6cc8e17
@ -1054,6 +1054,11 @@ aside h4 {
|
|||||||
display: none; /* Chrome, Safari and Opera */
|
display: none; /* Chrome, Safari and Opera */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tx_filter_chips sm-chip {
|
||||||
|
font-size: 0.75rem;
|
||||||
|
--padding: 0.3rem 0.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
#error_section {
|
#error_section {
|
||||||
display: grid;
|
display: grid;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@ -946,8 +946,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid gap-1 margin-top-1">
|
<div class="grid gap-1 margin-top-1">
|
||||||
<div class="flex align-center space-between">
|
<div class="flex align-center space-between gap-1" style="overflow-x: auto; white-space: nowrap; scrollbar-width: none; -ms-overflow-style: none;">
|
||||||
<h4>Transactions</h4>
|
<h4 class="flex-shrink-0">Transactions</h4>
|
||||||
<sm-chips id="tx_filter_chips" onchange=${(e) => {
|
<sm-chips id="tx_filter_chips" onchange=${(e) => {
|
||||||
const selectedValue = e.detail?.value || e.target.value || 'all';
|
const selectedValue = e.detail?.value || e.target.value || 'all';
|
||||||
currentFilter = selectedValue;
|
currentFilter = selectedValue;
|
||||||
@ -1044,7 +1044,7 @@
|
|||||||
<li class=${className}>
|
<li class=${className}>
|
||||||
<div class="transaction__icon">${icon}</div>
|
<div class="transaction__icon">${icon}</div>
|
||||||
<div class="grid gap-0-5">
|
<div class="grid gap-0-5">
|
||||||
<div class="flex gap-1">
|
<div class="flex gap-1 flex-wrap space-between">
|
||||||
<time class="transaction__time">${formattedDate}</time>
|
<time class="transaction__time">${formattedDate}</time>
|
||||||
<div class="transaction__amount">${amountPrefix}${tx.value.toFixed(8)} ${tx.symbol}</div>
|
<div class="transaction__amount">${amountPrefix}${tx.value.toFixed(8)} ${tx.symbol}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user