play with sizing, and stop bobbing and rotation

This commit is contained in:
2023-05-16 07:49:44 -06:00
parent f603882d42
commit 64f3dbd138
4 changed files with 20 additions and 16 deletions

View File

@@ -53,8 +53,9 @@
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8">
Your Statistics
</h1>
<div id="scene-container"></div>
<canvas ref="worldCanvas"></canvas>
<!-- Another place to play with the sizing is in Resizer.setSize -->
<div id="scene-container" class="h-screen"></div>
</section>
</template>
@@ -71,13 +72,3 @@ export default class StatisticsView extends Vue {
}
}
</script>
<style>
#scene-container {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
</style>