diff --git a/WebHost/static/static.css b/WebHost/static/static.css new file mode 100644 index 00000000..1be0b582 --- /dev/null +++ b/WebHost/static/static.css @@ -0,0 +1,12 @@ +table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) { + padding-right: 0; +} + +.dataTable > thead > tr > th[class*="sort"]:before, +.dataTable > thead > tr > th[class*="sort"]:after { + content: "" !important; +} + +table.dataTable.table-sm > thead > tr > th { + padding: 1px !important; +} \ No newline at end of file diff --git a/WebHost/templates/tracker.html b/WebHost/templates/tracker.html index 1f1b155b..37731ee7 100644 --- a/WebHost/templates/tracker.html +++ b/WebHost/templates/tracker.html @@ -2,6 +2,22 @@ {% block head %} Multiworld Tracker for Room {{ room.id }} + + + + {% endblock %} {% block body %} {% for team, players in inventory.items() %}