diff --git a/assets/style.css b/assets/style.css index fca46c1..77d3752 100644 --- a/assets/style.css +++ b/assets/style.css @@ -144,10 +144,15 @@ td:first-child { display: none; } +table .icons { + letter-spacing: -0.4em; +} + table i { display: inline-block; max-width: 1em; overflow: hidden; + letter-spacing: initial; } /* Node page */ diff --git a/views/listing.html b/views/listing.html index 593afdd..5f486b8 100644 --- a/views/listing.html +++ b/views/listing.html @@ -27,7 +27,7 @@ {{ node | bandwidth }} {{ node | uptime }} {{ node.country_name }} - + {% if node.flags.length %} {% for flag in node.flags %} {{ flag }}