File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 */ }
You can’t perform that action at this time.
0 commit comments