From 747d8f88d5a635ba68b3f6288fb8d1f3fe48f83d Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Wed, 29 Nov 2023 22:27:20 +0100 Subject: Updated 19 files, added 5 files and deleted app/studio.php (automated) --- assets/.DS_Store | Bin 10244 -> 10244 bytes assets/delays.json | 15 +++++++++++++++ assets/icons/now.svg | 1 + assets/icons/video.svg | 1 + assets/native.css | 8 -------- 5 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 assets/delays.json create mode 100644 assets/icons/now.svg create mode 100644 assets/icons/video.svg (limited to 'assets') diff --git a/assets/.DS_Store b/assets/.DS_Store index b8d5529..8baa47b 100644 Binary files a/assets/.DS_Store and b/assets/.DS_Store differ 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 @@ + \ 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 @@ + \ 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 -- cgit