diff --git a/src/app/srt-player/components/AppCard.tsx b/src/app/srt-player/components/AppCard.tsx index 5e58f72..341ae0b 100644 --- a/src/app/srt-player/components/AppCard.tsx +++ b/src/app/srt-player/components/AppCard.tsx @@ -11,7 +11,7 @@ export default function AppCard() { const [srtUrl, setSrtUrl] = useState(null); return ( -
+

SRT Video Player

(( return (
- + -
-
    - - - - - -
+
+ + + + +
{spanText} diff --git a/src/app/word-board/page.tsx b/src/app/word-board/page.tsx index 2d89fe1..76789c4 100644 --- a/src/app/word-board/page.tsx +++ b/src/app/word-board/page.tsx @@ -139,19 +139,21 @@ export default function Home() { // inputRef.current.value = ''; // } return ( -
- -
- - - - - - - - {/* */} +
+
+ +
+ + + + + + + + {/* */} +
+
-
); } diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 74f88fb..6939b6b 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -1,6 +1,6 @@ export default function Button({ label, onClick }: { label: string, onClick?: () => void }) { return ( - ); diff --git a/src/constants.ts b/src/constants.ts index a01d175..dcd9811 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,4 +1,4 @@ -export const BOARD_WIDTH = 1000; -export const BOARD_HEIGHT = 600; +export const BOARD_WIDTH = 800; +export const BOARD_HEIGHT = 500; export const TEXT_SIZE = 30; export const TEXT_WIDTH = TEXT_SIZE * 0.6; \ No newline at end of file