diff --git a/frontend/src/components/cards/StreamConnectionCard.jsx b/frontend/src/components/cards/StreamConnectionCard.jsx index 6c5fc4fb..bd7c327c 100644 --- a/frontend/src/components/cards/StreamConnectionCard.jsx +++ b/frontend/src/components/cards/StreamConnectionCard.jsx @@ -450,14 +450,14 @@ const StreamConnectionCard = ({ w={'100%'} > - + - +
@@ -494,42 +494,46 @@ const StreamConnectionCard = ({ - {/* Stream Profile on right */} - + {/* Stream Profile on right - absolutely positioned */} + - - - {/* Channel Name on left, M3U Profile on right */} - - {channelName} + + {/* M3U Profile on right - absolutely positioned */} + {m3uProfileName} - + + + {/* Channel Name on left */} + + {channelName} + {/* Display current program on its own line */} {currentProgram && ( - - - + + + Now Playing: - + {currentProgram.title} setIsProgramDescExpanded(!isProgramDescExpanded)} + style={{ flexShrink: 0 }} > {isProgramDescExpanded ? ( @@ -603,7 +607,7 @@ const StreamConnectionCard = ({ {/* Add stream selection dropdown and preview button */} {availableStreams.length > 0 && ( - + @@ -640,7 +644,7 @@ const StreamConnectionCard = ({ )} {/* Add stream information badges */} - + {channel.resolution && (