diff --git a/floethereum/css/main.css b/floethereum/css/main.css index 6c2991d..b959962 100644 --- a/floethereum/css/main.css +++ b/floethereum/css/main.css @@ -1054,6 +1054,11 @@ aside h4 { display: none; /* Chrome, Safari and Opera */ } +#tx_filter_chips sm-chip { + font-size: 0.75rem; + --padding: 0.3rem 0.6rem; +} + #error_section { display: grid; height: 100%; diff --git a/floethereum/index.html b/floethereum/index.html index 9bee413..d4d8fa3 100644 --- a/floethereum/index.html +++ b/floethereum/index.html @@ -946,8 +946,8 @@
-
-

Transactions

+
+

Transactions

{ const selectedValue = e.detail?.value || e.target.value || 'all'; currentFilter = selectedValue; @@ -1044,7 +1044,7 @@
  • ${icon}
    -
    +
    ${amountPrefix}${tx.value.toFixed(8)} ${tx.symbol}