Clean the renderer.js and the search bar now match the theme

This commit is contained in:
2026-02-13 15:29:27 +01:00
parent acfc97a078
commit a7df0b0897
7 changed files with 216 additions and 232 deletions

View File

@@ -12,11 +12,8 @@
<div class="welcome-div" id="main-div">
<br>
<div id="page">
</div>
<div class="button-div" id="button-div">
</div>
<div id="page"></div>
<div class="button-div" id="button-div"></div>
</div>
</div>
@@ -25,7 +22,7 @@
</template>
<template id="one-button-template">
<button class="default-button bigger-button" onclick="importData()">Import Data</button>
<button class="default-button bigger-button" onclick="initialImportData()">Import Data</button>
<button class="default-button bigger-button" onclick="next()">Next →</button>
</template>
@@ -78,6 +75,6 @@
<h1 class="title">Tutorial to download mod from nexus</h1>
</template>
<script src="welcome.js"></script>
<script src="renderer.js"></script>
</body>
</html>