Improve token index style

This commit is contained in:
Jesse C. Fisher 2023-11-12 06:21:52 +00:00
parent 8b0809a79f
commit 1b49e53c4f
2 changed files with 8 additions and 5 deletions

View File

@ -3,7 +3,10 @@
table.token-index table.token-index
font-family: "monospace" font-family: "monospace"
font-size: 1rem font-size: 1.2rem
text-shadow: none
color: #aaaaaa
background: #39272740
.token-logo .token-logo
max-width: 4rem max-width: 4rem
vertical-align: middle vertical-align: middle

View File

@ -10,10 +10,10 @@
%thead %thead
%tr %tr
%th Logo %th Logo
%th Canister
%th Standard
%th Symbol %th Symbol
%th Name %th Name
%th Canister
%th Standard
%th Total supply %th Total supply
%th Decimals %th Decimals
%th Transfer fee %th Transfer fee
@ -28,10 +28,10 @@
%td %td
= link_to token do = link_to token do
%img.token-logo{src: token.logo_url} %img.token-logo{src: token.logo_url}
%td= link_to token.canister_id, token
%td= token.standard
%td= token.symbol %td= token.symbol
%td= token.name %td= token.name
%td= link_to token.canister_id, token
%td= token.standard
%td= token.total_supply %td= token.total_supply
%td= token.decimals %td= token.decimals
%td= token.transfer_fee_to_f %td= token.transfer_fee_to_f