Fixed parcel building
This commit is contained in:
parent
8f70232c6d
commit
5ffaa76644
@ -1,4 +1,4 @@
|
||||
@import url(uplot/dist/uPlot.min.css);
|
||||
@import url(npm:uplot/dist/uPlot.min.css);
|
||||
|
||||
@import url(../css/icons.css);
|
||||
|
||||
@ -407,4 +407,4 @@ footer a:hover {
|
||||
.uplot .select {
|
||||
background: var(--color-blue);
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
@ -6,13 +6,13 @@
|
||||
|
||||
<link rel="stylesheet" href="../css/main.css">
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap">
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="../images/logo.svg">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<script defer src="../js/main.js"></script>
|
||||
<script defer type="module" src="../js/main.js"></script>
|
||||
|
||||
<title>Minetrack</title>
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
<div class="header-possible-row-break column-right">
|
||||
<div id="sort-by" class="header-button header-button-single"><span class="icon-sort-amount-desc"></span> Sort By<br><strong id="sort-by-text">...</strong></div>
|
||||
|
||||
|
||||
<div id="settings-toggle" class="header-button header-button-single" style="margin-left: 20px;"><span class="icon-gears"></span> Graph Controls</div>
|
||||
</div>
|
||||
</header>
|
||||
@ -70,4 +70,4 @@
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user