Add player names to a tooltip on player count for /uploads page

This commit is contained in:
Chris Wilson
2020-12-04 15:49:05 -05:00
parent f2afd1eef9
commit 3979013aa9
2 changed files with 11 additions and 6 deletions

View File

@@ -35,13 +35,17 @@
}
#host-game-table th{
padding: 0;
padding: 0 20px 0 0;
}
#host-game-table td{
padding: 6px 20px 0 0;
}
#host-game-table td.center{
text-align: center;
}
#host-game-table.dataTable{
width: unset;