Responsive queue page
This commit is contained in:
@@ -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");
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user