diff --git a/WebHost/static/static.css b/WebHost/static/static.css index f4453009..b2d69f70 100644 --- a/WebHost/static/static.css +++ b/WebHost/static/static.css @@ -13,4 +13,19 @@ th { table { width: 100% !important; +} + +img.alttp-sprite { + height: 32px; + width: 32px; + object-fit: contain; +} + +/* this is specific to the tracker right now */ +@media all and (max-width: 1750px) { + img.alttp-sprite { + height: 16px; + width: 16px; + object-fit: contain; + } } \ No newline at end of file diff --git a/WebHost/templates/tracker.html b/WebHost/templates/tracker.html index e4e1477c..6a41db62 100644 --- a/WebHost/templates/tracker.html +++ b/WebHost/templates/tracker.html @@ -51,7 +51,7 @@ Name {% for name in tracking_names %} {% if name in icons %} - {{ name|e }} {% else %} @@ -96,8 +96,7 @@ {% for area in ordered_areas %} {% set colspan = (3 if area in key_locations else 1) %} {% if area in icons %} - {{ area }} {% else %} @@ -108,12 +107,12 @@ {% for area in ordered_areas %} - Checks + Checks + {% if area in key_locations %} - Small Key - Big Key {% endif %} {% endfor %}