diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/.DS_Store | bin | 10244 -> 10244 bytes | |||
-rw-r--r-- | assets/delays.json | 15 | ||||
-rw-r--r-- | assets/icons/now.svg | 1 | ||||
-rw-r--r-- | assets/icons/video.svg | 1 | ||||
-rw-r--r-- | assets/native.css | 8 |
5 files changed, 17 insertions, 8 deletions
diff --git a/assets/.DS_Store b/assets/.DS_Store Binary files differindex b8d5529..8baa47b 100644 --- a/assets/.DS_Store +++ b/assets/.DS_Store diff --git a/assets/delays.json b/assets/delays.json new file mode 100644 index 0000000..148a018 --- /dev/null +++ b/assets/delays.json @@ -0,0 +1,15 @@ +{ + "3b195ffe-7454-4ca9-9147-993b42faaab9": 0.1, + "7c5ac2fe-92e6-46e4-9e32-77e6468ec376": 0.1, + "c7ded287-ef9b-4527-b30a-bac3a26452a9": 1, + "2abe4059-7f4e-45ae-8877-43d43fff705d": -0.7, + "5551298a-abd8-4a48-81f6-c4c1f1499879": -0.1, + "28d82a9b-0867-4486-8cc8-19609a3b7c12": 0.1, + "2d8dcafd-ec1c-4c0f-a5b0-70da73bf2fd8": 0.1, + "b540d733-23a1-47ed-ae82-d187830d204b": 0.1, + "c9e459bd-cb02-4a14-92c0-f78509f22267": 1.3, + "0143c30b-8bbe-4bde-a149-eff69547b9a5": 1.3, + "d0408137-e2e2-4935-923b-a40088d1199b": 0.1, + "c9fcbfb5-9e4c-4398-9b46-e1a99bd22ce7": -18, + "7c55b870-bb22-497a-aed5-fdf30845c327": -0.2 +}
\ No newline at end of file diff --git a/assets/icons/now.svg b/assets/icons/now.svg new file mode 100644 index 0000000..f6cd4d3 --- /dev/null +++ b/assets/icons/now.svg @@ -0,0 +1 @@ +<svg width="24" height="24" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4.524 6.25a.75.75 0 0 1 .75-.75H18.73a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75H5.274a.75.75 0 0 1-.75-.75v-3.5Zm1.5.75v2H17.98V7H6.024ZM14.23 11.979a.75.75 0 0 0-.75.75v4.5c0 .414.335.75.75.75h4.5a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75h-4.5Zm.75 4.5v-3h3v3h-3ZM4.524 13.25a.75.75 0 0 1 .75-.75h5.976a.75.75 0 0 1 0 1.5H5.274a.75.75 0 0 1-.75-.75ZM5.274 16a.75.75 0 0 0 0 1.5h5.976a.75.75 0 0 0 0-1.5H5.274Z" fill="#000000"/><path d="M2 5.75A2.75 2.75 0 0 1 4.75 3h14.5A2.75 2.75 0 0 1 22 5.75v12.5A2.75 2.75 0 0 1 19.25 21H4.75A2.75 2.75 0 0 1 2 18.25V5.75ZM4.75 4.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h14.5c.69 0 1.25-.56 1.25-1.25V5.75c0-.69-.56-1.25-1.25-1.25H4.75Z" fill="#000000"/></svg>
\ No newline at end of file diff --git a/assets/icons/video.svg b/assets/icons/video.svg new file mode 100644 index 0000000..bc0238f --- /dev/null +++ b/assets/icons/video.svg @@ -0,0 +1 @@ +<svg width="24" height="24" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6.25 4h11.5a3.25 3.25 0 0 1 3.245 3.066L21 7.25v9.5a3.25 3.25 0 0 1-3.066 3.245L17.75 20H6.25a3.25 3.25 0 0 1-3.245-3.066L3 16.75v-9.5a3.25 3.25 0 0 1 3.066-3.245L6.25 4h11.5-11.5Zm11.5 1.5H6.25a1.75 1.75 0 0 0-1.744 1.606L4.5 7.25v9.5a1.75 1.75 0 0 0 1.606 1.744l.144.006h11.5a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-9.5a1.75 1.75 0 0 0-1.607-1.744L17.75 5.5Zm-7.697 4.085a.5.5 0 0 1 .587-.256l.084.033 4.382 2.19a.5.5 0 0 1 .076.848l-.076.047-4.382 2.191a.5.5 0 0 1-.716-.357L10 14.19V9.809a.5.5 0 0 1 .053-.224Z" fill="#000000"/></svg>
\ No newline at end of file diff --git a/assets/native.css b/assets/native.css index 8552508..48fa535 100644 --- a/assets/native.css +++ b/assets/native.css @@ -17,10 +17,6 @@ body.navigation-body { display: none !important; } -#search, .list-group-item { - background-color: rgba(255, 255, 255, .25) !important; -} - @media (prefers-color-scheme: dark) { body, #player.bg-white { background-color: transparent !important; @@ -36,8 +32,4 @@ body.navigation-body { #navigation-gradient { display: none !important; } - - #filter, #search, .list-group-item { - background-color: rgba(0, 0, 0, .25) !important; - } }
\ No newline at end of file |