Added the clock icon back next to the level length (#172)

Just a fix (It was annoying my OCD
This commit is contained in:
Boss-GamerDEV 2021-10-03 14:54:24 +01:00 committed by GitHub
parent 0fbb91234d
commit a9e9f24c65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,6 +123,7 @@
</div>
<div class="transparentBox center" style="width: 115vh; height: 6%; margin: 0.5% auto 1% auto; padding-top: 1%; padding-bottom: 0.5%;">
<div class="lengthDiv" style="pointer-events: none" len=0><h1 class="gdButton smaller" style="pointer-events: none"><img src="../assets/time.png" height="90%" style="pointer-events: none"></h1></div>
<div class="lengthDiv" len=0><h1 class="gdButton smaller">Tiny</h1></div>
<div class="lengthDiv" len=1><h1 class="gdButton smaller">Short</h1></div>
<div class="lengthDiv" len=2><h1 class="gdButton smaller">Medium</h1></div>
@ -321,4 +322,4 @@ Fetch(`../api/music`).then(music => {
else $('#demonList').show()
})
</script>
</script>