Skip to content

Commit

Permalink
Update Livestream.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinh-Tan-Dat authored Jan 2, 2025
1 parent b26f0bb commit 5dadad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Livestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const Livestream = () => {
</div>

{/* Khung phát trực tiếp */}
<div className="aspect-w-16 aspect-h-9 bg-black mb-4 rounded-lg">
<div className="aspect-w-16 aspect-h-9 bg-black mb-4 rounded-lg " >
{/* Hiển thị video phát trực tiếp */}
{isStreamLive ? (
<ReactPlayer
Expand Down Expand Up @@ -207,7 +207,7 @@ const Livestream = () => {
</div>

{/* Thanh trò chuyện trực tiếp */}
<div className="w-1/3 ml-4 p-4 bg-white rounded-lg shadow-lg flex flex-col">
<div className="w-1/3 ml-4 p-4 bg-white rounded-lg shadow-lg flex flex-col" style={{ height: '700px' }}>
<h2 className="text-xl font-bold mb-4">Trò chuyện trực tiếp</h2>

{/* Hiển thị tin nhắn */}
Expand Down

0 comments on commit 5dadad7

Please sign in to comment.