Archipelago/WebHostLib/static/tracker.css

35 lines
669 B
CSS

table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) {
padding: 1px;
}
.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
content: "" !important;
}
.dataTable > thead > tr > th :not(.sorting_disabled) {
padding-right: 0 !important;
}
th {
padding: 1px !important;
}
table {
width: 100% !important;
}
img.alttp-sprite {
height: 32px;
min-width: 32px;
object-fit: contain;
}
/* this is specific to the tracker right now */
@media all and (max-width: 1700px) {
img.alttp-sprite {
height: 16px;
min-width: 16px;
object-fit: contain;
}
}