🐛(frontend) fix controlbar mobile responsiveness after refactor

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.
This commit is contained in:
lebaudantoine
2025-09-10 20:44:19 +02:00
committed by aleb_the_flash
parent 38e6adf811
commit c492243ab1

View File

@@ -63,11 +63,13 @@ export function MobileControlBar({
onDeviceError={(error) =>
onDeviceError?.({ source: Track.Source.Microphone, error })
}
hideMenu={true}
/>
<VideoDeviceControl
onDeviceError={(error) =>
onDeviceError?.({ source: Track.Source.Camera, error })
}
hideMenu={true}
/>
<HandToggle />
<Button