diff --git a/WebHostLib/static/static.css b/WebHostLib/static/static.css index b2d69f70..8f1ed3d1 100644 --- a/WebHostLib/static/static.css +++ b/WebHostLib/static/static.css @@ -7,6 +7,10 @@ table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) { content: "" !important; } +.dataTable > thead > tr > th :not(.sorting_disabled) { + padding-right: 0 !important; +} + th { padding: 1px !important; } diff --git a/WebHostLib/templates/tracker.html b/WebHostLib/templates/tracker.html index 64a9e446..0db3b818 100644 --- a/WebHostLib/templates/tracker.html +++ b/WebHostLib/templates/tracker.html @@ -2,21 +2,9 @@ {% block head %} Multiworld Tracker for Room {{ room.id }} - - - - - + +