Improve token index style

This commit is contained in:
TheNeedful-DO 2023-11-12 06:21:52 +00:00
parent d23b37a530
commit 80e9b9ee50
2 changed files with 8 additions and 5 deletions

View File

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

View File

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