feat: enhance video conference component with improved height styling for better display
All checks were successful
GBCI / build (push) Successful in 2m32s
All checks were successful
GBCI / build (push) Successful in 2m32s
This commit is contained in:
parent
df8316094f
commit
c22b9dec06
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ export default function MeetRoomPage() {
|
|||
<div className="flex flex-1 h-full">
|
||||
{/* Video Area - Enhanced with better contrast and controls */}
|
||||
<div className="flex-1 bg-gray-900 relative overflow-hidden">
|
||||
<VideoConference className="absolute inset-0" />
|
||||
<VideoConference className="h-full" />
|
||||
<div className="absolute bottom-4 left-1/2 transform -translate-x-1/2 flex gap-2 bg-gray-800/80 backdrop-blur-sm p-2 rounded-full">
|
||||
<Button
|
||||
variant={micEnabled ? 'link' : 'outline'}
|
||||
|
|
Loading…
Add table
Reference in a new issue