Skip to content

Commit 5dadad7

Browse files
Update Livestream.js
1 parent b26f0bb commit 5dadad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Livestream.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const Livestream = () => {
177177
</div>
178178

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

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

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

0 commit comments

Comments
 (0)