feat: adjust video conference component height for improved layout
All checks were successful
GBCI / build (push) Successful in 3m14s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-27 18:59:45 -03:00
parent c22b9dec06
commit d0e27dad20

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="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'}