style: comment out table.tablesorter.shift styles in default-dynamix.css

- Commented out the styles for table.tablesorter.shift to prevent margin adjustments that may affect layout
This commit is contained in:
Zack Spear
2025-05-08 16:49:40 -07:00
parent a00396c339
commit 44ce463a6d

View File

@@ -464,9 +464,9 @@ table.tablesorter.left td:last-child {
text-align: right;
width: 4%;
}
table.tablesorter.shift {
/* table.tablesorter.shift {
margin-top: -30px;
}
} */
table.tablesorter.kvm {
display: block;
padding-top: 24px;
@@ -1535,9 +1535,9 @@ div.icon-zip {
table.tablesorter tbody.tablesorter-infoOnly {
border-bottom: 1px solid var(--dynamix-tablesorter-tbody-row-border-color);
}
table.tablesorter.shift {
/* table.tablesorter.shift {
margin-top: 10px;
}
} */
table.tablesorter.indexer tfoot tr {
border-bottom: none;
}