mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
Latest working copy. Cleanup
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -182,6 +182,9 @@
|
||||
max-height: 128px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script src="res/jquery-3.5.1.min.js"></script>
|
||||
@@ -196,6 +199,13 @@
|
||||
$('.utable').dataTable();
|
||||
$('.gemtable').dataTable();
|
||||
$('.rtable').dataTable();
|
||||
|
||||
|
||||
userAgent = window.navigator.userAgent
|
||||
if(userAgent.includes("Windows") == true) {
|
||||
$('.itemimage').css("margin-left","40px");
|
||||
}
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user