fix search regexp escape,

wrap chartjs with custom element
This commit is contained in:
2023-10-04 18:59:46 +00:00
parent c8a0eaf1f1
commit c5c54b0691
5 changed files with 78 additions and 53 deletions

View File

@@ -9,6 +9,7 @@
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/nav.css">
<script src="scripts/account.js" type="module"></script>
<script src="scripts/chart.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
@media screen and (width >= 1264px){
@@ -18,12 +19,6 @@
grid-gap: 0px;
justify-content: space-between;
}
#resource-container > * {
position: relative;
min-width: 200px;
max-width: 400px;
aspect-ratio: 1 / 1;
}
}
@media screen and (width <= 1264px) and (width >= 480px) {
#resource-container {