French translation + Mobile UI + minor improvements for desktop UI

This commit is contained in:
Koper
2023-08-28 22:41:23 +07:00
parent e4fe3dfd3a
commit 14fbf97c60
5 changed files with 73 additions and 12 deletions

View File

@@ -235,7 +235,7 @@ export default function Recorder(props: RecorderProps) {
return (
<div className="relative flex flex-col items-center justify-center max-w-[75vw] w-full">
<div className="flex my-2 mx-auto">
<div className="flex my-2 mx-auto audio-source-dropdown">
<AudioInputsDropdown
audioDevices={props.audioDevices}
setDeviceId={setDeviceId}