Hue selector

This commit is contained in:
2022-06-14 17:29:23 +02:00
parent e30f35ea36
commit 75f56decbb
2 changed files with 101 additions and 65 deletions

View File

@@ -51,6 +51,8 @@ const toggle_play = () => playing ? player.pause() : player.play()
</script>
<div class="container">
<h1>{file.name}</h1>
<button on:click={() => dispatch("prev") }>
<i class="icon">skip_previous</i>
</button>
@@ -98,7 +100,7 @@ const toggle_play = () => playing ? player.pause() : player.play()
<style>
.container {
width: 100%;
margin: 50px 0 0 0;
margin: 30px 0 0 0;
padding: 0;
text-align: center;
}