feat: enhance video conference component with improved height styling for better display
All checks were successful
GBCI / build (push) Successful in 2m32s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-27 18:50:51 -03:00
parent df8316094f
commit c22b9dec06

View file

@ -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'}