fix: Few tables were not looking great.

pull/888/head
Raphaël Vinot 2024-02-28 00:43:38 +01:00
parent bbb3a39187
commit 07351293f8
2 changed files with 7 additions and 6 deletions

View File

@ -11,8 +11,8 @@
autoWidth: false,
columnDefs: [{ width: '15%', targets: 0 },
{ width: '15%', targets: 1 },
{ width: '5%', targets: 2 },
{ width: '25%', targets: 3 },
{ width: '10%', targets: 2 },
{ width: '20%', targets: 3 },
{ width: '40%', targets: 4 }]
});
</script>
@ -59,8 +59,8 @@
autoWidth: false,
columnDefs: [{ width: '15%', targets: 0 },
{ width: '15%', targets: 1 },
{ width: '5%', targets: 2 },
{ width: '65%', targets: 3 }]
{ width: '10%', targets: 2 },
{ width: '60%', targets: 3 }]
});
</script>
<center>

View File

@ -1,8 +1,9 @@
<script type="text/javascript">
new DataTable('#faviconsTable', {
columnDefs: [{ width: '10%', targets: 0 },
{ width: '50%', targets: 1 },
{ width: '40%', targets: 2 }],
{ width: '40%', targets: 1 },
{ width: '40%', targets: 2 },
{ width: '10%', targets: 3 }],
});
</script>