REFACTOR: Separated Navbar and ChatPanel components; Updated VideoPage layout and toggle chat functionality

This commit is contained in:
Chris-1010
2025-02-04 17:43:31 +00:00
parent d472d672bd
commit 595190b0a0
5 changed files with 98 additions and 95 deletions

View File

@@ -52,7 +52,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ streamId }) => {
return (
<div
id="video-container"
className="h-full flex items-center bg-gray-900 rounded-lg"
className="min-w-[65vw] w-full h-full flex items-center bg-gray-900 rounded-lg"
style={{ gridArea: "1 / 1 / 2 / 2" }}
>
<div ref={videoRef} id="video-player" className="w-full" />