Added the clock icon back next to the level length (#172)
Just a fix (It was annoying my OCD
This commit is contained in:
parent
0fbb91234d
commit
a9e9f24c65
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue