mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-26 17:03:27 -07:00
WebHost: List Rooms in a sortable table
This commit is contained in:
35
WebHostLib/static/tracker.css
Normal file
35
WebHostLib/static/tracker.css
Normal file
@@ -0,0 +1,35 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user