From c492243ab17ee87bad6cbd7967c161ced6a482c8 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 10 Sep 2025 20:44:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(frontend)=20fix=20controlbar=20mob?= =?UTF-8?q?ile=20responsiveness=20after=20refactor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restore proper controlbar layout and spacing on mobile screens that broke during recent audio control component refactoring, ensuring consistent user interface across all device sizes. --- .../rooms/livekit/prefabs/ControlBar/MobileControlBar.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/src/features/rooms/livekit/prefabs/ControlBar/MobileControlBar.tsx b/src/frontend/src/features/rooms/livekit/prefabs/ControlBar/MobileControlBar.tsx index 982801bd..54f9d3ff 100644 --- a/src/frontend/src/features/rooms/livekit/prefabs/ControlBar/MobileControlBar.tsx +++ b/src/frontend/src/features/rooms/livekit/prefabs/ControlBar/MobileControlBar.tsx @@ -63,11 +63,13 @@ export function MobileControlBar({ onDeviceError={(error) => onDeviceError?.({ source: Track.Source.Microphone, error }) } + hideMenu={true} /> onDeviceError?.({ source: Track.Source.Camera, error }) } + hideMenu={true} />