From 90da54a6428ae635b1b476b8ce2e17fe3235d11b Mon Sep 17 00:00:00 2001 From: ThisBirchWood Date: Fri, 23 May 2025 14:44:14 +0200 Subject: [PATCH] UPDATE page layout --- src/main/frontend/components/ClipConfig.tsx | 15 ++++++++------- src/main/frontend/index.css | 2 ++ src/main/frontend/views/video/{id}.tsx | 15 +++++++++------ 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/src/main/frontend/components/ClipConfig.tsx b/src/main/frontend/components/ClipConfig.tsx index 9ca5fa1..3862fe1 100644 --- a/src/main/frontend/components/ClipConfig.tsx +++ b/src/main/frontend/components/ClipConfig.tsx @@ -1,14 +1,15 @@ export default function ClipConfig() { return ( -
+
+

Clip Export Settings

+ className={"border-black bg-gray-200 p-2 rounded-md w-full"}> @@ -33,13 +34,13 @@ export default function ClipConfig() {
-
diff --git a/src/main/frontend/index.css b/src/main/frontend/index.css index 1353c53..cd52442 100644 --- a/src/main/frontend/index.css +++ b/src/main/frontend/index.css @@ -12,6 +12,8 @@ --color-text: oklch(0.17 0.01 270); /* Dark Slate (#111827) */ --color-background: oklch(0.98 0.005 250);/* Soft off-white (#F9FAFB) */ + --color-primary-pressed: oklch(0.55 0.21 254 / 0.5); + /* Easing */ --ease-fluid: cubic-bezier(0.3, 0, 0, 1); --ease-snappy: cubic-bezier(0.2, 0, 0, 1); diff --git a/src/main/frontend/views/video/{id}.tsx b/src/main/frontend/views/video/{id}.tsx index 74c7a78..a127507 100644 --- a/src/main/frontend/views/video/{id}.tsx +++ b/src/main/frontend/views/video/{id}.tsx @@ -26,11 +26,10 @@ export default function VideoId() { }, [id]); return ( -
+
+ + {metadata &&
+
} + + - -
- }
); } \ No newline at end of file