Restore columns to /uploads, fix styling for table, re-enable sorting

This commit is contained in:
Chris Wilson
2020-12-04 15:28:46 -05:00
parent 929239004d
commit f2afd1eef9
2 changed files with 17 additions and 5 deletions

View File

@@ -31,14 +31,18 @@
#host-game-table{
margin-right: auto;
text-align: center
text-align: left;
}
#host-game-table th{
padding: 0;
}
#host-game-table td{
padding-left: 20px;
padding-right: 20px;
padding: 6px 20px 0 0;
}
#host-game-table.dataTable{
width: unset;
}