diff options
| author | lens <lens@neural.garden> | 2019-02-26 14:12:06 +0000 |
|---|---|---|
| committer | lens <lens@neural.garden> | 2019-02-26 14:12:06 +0000 |
| commit | 47e85adc234317b985966ba8e00a186356a742d4 (patch) | |
| tree | 07be707f0c509edabb9669cc5400a50b37f2d4f9 /docs/assets | |
| parent | 4f8de25d23f23d3bb0773a28ffbadd825ea0cd60 (diff) | |
adding kawai k1m
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/css.css | 6 | ||||
| -rw-r--r-- | docs/assets/js/player.js | 8 | ||||
| -rw-r--r-- | docs/assets/js/site.js | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/docs/assets/css/css.css b/docs/assets/css/css.css index 6271eb3..5aa0b0b 100644 --- a/docs/assets/css/css.css +++ b/docs/assets/css/css.css @@ -214,7 +214,7 @@ ol li { .playlist { -webkit-overflow-scrolling: touch; overflow-y: auto; - max-height: calc(100vh - 140px); + max-height: calc(100vh - 200px); width: 331px; max-width: calc(100vw - 30px); background: black; @@ -259,7 +259,7 @@ ol li { section { -webkit-overflow-scrolling: touch; overflow-y: auto; - max-height: calc(100vh - 140px); + max-height: calc(100vh - 200px); max-width: 500px; background: black; position: absolute; @@ -339,4 +339,4 @@ section { width: 36px; height: 36px; } -}
\ No newline at end of file +} diff --git a/docs/assets/js/player.js b/docs/assets/js/player.js index 25fdfd6..b228351 100644 --- a/docs/assets/js/player.js +++ b/docs/assets/js/player.js @@ -3,9 +3,9 @@ const player = (function(){ let current_index = -1 let audio = document.createElement('audio') let tracks = [ - { file: "mp3/xena_vectra-cruise.mp3", title: "Cruise" }, - { file: "mp3/xena_vectra-dreaming_city_2.mp3", title: "Dreaming City 2" }, - { file: "mp3/xena_vectra-escape_from_nk.mp3", title: "Escape from Neukölln" }, + { file: "/mp3/Xena Vectra - Sector 6.mp3", title: "Sector 6" }, + { file: "/mp3/Xena Vectra - Hacking the Wavefields.mp3", title: "Hacking the Wavefields" }, + { file: "/mp3/Xena Vectra - Cruise.mp3", title: "Cruise" }, ] function init(){ bind() @@ -76,4 +76,4 @@ const player = (function(){ } init() return { hidePlaylist } -})()
\ No newline at end of file +})() diff --git a/docs/assets/js/site.js b/docs/assets/js/site.js index 2f7c276..b3e9e39 100644 --- a/docs/assets/js/site.js +++ b/docs/assets/js/site.js @@ -4,7 +4,7 @@ const site = (function(){ let time = new Date() let hour = time.getHours() let quotes = [ - "So, are softsynths as nasty as they say?", + "So, are soft-synths as nasty as they say?", "Ah, a hardware person, I get it.", "You have to make space to leave space.", "Those waveforms are more powerful than we realize.", |
