diff --git a/WebHostLib/static/styles/hostGame.css b/WebHostLib/static/styles/hostGame.css index 751dc7c8..4bf5d073 100644 --- a/WebHostLib/static/styles/hostGame.css +++ b/WebHostLib/static/styles/hostGame.css @@ -28,3 +28,17 @@ #host-game button{ margin-top: 5px; } + +#host-game-table{ + margin-right: auto; + text-align: center +} + +#host-game-table td{ + padding-left: 20px; + padding-right: 20px; +} + +#host-game-table.dataTable{ + width: unset; +} diff --git a/WebHostLib/templates/hostGame.html b/WebHostLib/templates/hostGame.html index f3de06e9..0dbb0d23 100644 --- a/WebHostLib/templates/hostGame.html +++ b/WebHostLib/templates/hostGame.html @@ -26,15 +26,11 @@ {% if rooms %}
| Seed | Room | -Players | -Created (UTC) | -Last Activity (UTC) | -{{ room.seed.id|suuid }} | {{ room.id|suuid }} | -{{ room.seed.multidata.names[0]|length }} Total: - {{ room.seed.multidata.names[0]|join(", ")|truncate(256, False, " ...") }} | -{{ room.creation_time.strftime("%Y-%m-%d %H:%M") }} | -{{ room.last_activity.strftime("%Y-%m-%d %H:%M") }} | {% endfor %}
|---|