feat: adjust video conference component height for improved layout
All checks were successful
GBCI / build (push) Successful in 3m14s
All checks were successful
GBCI / build (push) Successful in 3m14s
This commit is contained in:
parent
c22b9dec06
commit
d0e27dad20
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="h-full" />
|
||||
<VideoConference className="h-[85%]" />
|
||||
<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