Responsive queue page

This commit is contained in:
2020-02-25 11:08:27 -05:00
parent ef3370b940
commit 1c06fbbc32
8 changed files with 32 additions and 16 deletions
+7
View File
@@ -0,0 +1,7 @@
$(function () {
$("#queue th:nth-child(4)").addClass("d-none d-md-table-cell");
$("#queue td:nth-child(4)").addClass("d-none d-md-table-cell");
$("#queue th:nth-child(3)").addClass("d-none d-sm-table-cell");
$("#queue td:nth-child(3)").addClass("d-none d-sm-table-cell");
});