diff --git a/frontend/src/pages/StreamDashboardPage.tsx b/frontend/src/pages/StreamDashboardPage.tsx index c751695..0aa4baf 100644 --- a/frontend/src/pages/StreamDashboardPage.tsx +++ b/frontend/src/pages/StreamDashboardPage.tsx @@ -277,7 +277,7 @@ const StreamDashboardPage: React.FC = () => { value={streamData.title} onChange={handleInputChange} placeholder="Enter your stream title" - extraClasses="w-[70%] focus:w-[100%]" + extraClasses="w-[70%] focus:w-[70%]" maxLength={50} /> @@ -285,6 +285,7 @@ const StreamDashboardPage: React.FC = () => {
setIsCategoryFocused(true)} @@ -292,7 +293,7 @@ const StreamDashboardPage: React.FC = () => { setTimeout(() => setIsCategoryFocused(false), 200) } placeholder="Select or type a category" - extraClasses="w-[70%] focus:w-[100%]" + extraClasses="w-[70%] focus:w-[70%]" maxLength={50} autoComplete="off" type="search" @@ -388,13 +389,25 @@ const StreamDashboardPage: React.FC = () => {
- +
+ + {isStreaming && ( + + )} +
{!streamDetected && (

No stream input detected. Please start streaming using your