diff --git a/locales/en.json b/locales/en.json
index 20523a0f..29e25d8c 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -141,11 +141,10 @@
"auth_key_success": "Auth key update completed.",
"auth_key_error": "Auth Key is incorrect or Usage limit reached."
},
- "mic_host": {
- "label": "Mic Host/Driver"
- },
- "mic_device": {
- "label": "Mic Device"
+ "mic_host_device": {
+ "label": "Mic Device",
+ "label_host": "Host/Driver",
+ "label_device": "Device"
},
"mic_dynamic_energy_threshold": {
"label_for_automatic": "Mic Energy Threshold (Current Setting: Automatic)",
diff --git a/locales/ja.json b/locales/ja.json
index d9bab947..085a7f30 100644
--- a/locales/ja.json
+++ b/locales/ja.json
@@ -136,11 +136,10 @@
"auth_key_success": "認証キーの更新が完了しました。",
"auth_key_error": "認証キーが間違っているか、API使用制限が上限に達しています。"
},
- "mic_host": {
- "label": "マイク(ホスト/ドライバー)"
- },
- "mic_device": {
- "label": "マイク (デバイス)"
+ "mic_host_device": {
+ "label": "マイク (デバイス)",
+ "label_host": "ホスト/ドライバー",
+ "label_device": "デバイス"
},
"mic_dynamic_energy_threshold": {
"label_for_automatic": "マイク入力感度の調整 (現在の設定: 自動)",
diff --git a/src-ui/app/config_page/setting_section/setting_box/components/dropdown_menu/DropdownMenu.module.scss b/src-ui/app/config_page/setting_section/setting_box/components/dropdown_menu/DropdownMenu.module.scss
index 117f6b2c..28923e12 100644
--- a/src-ui/app/config_page/setting_section/setting_box/components/dropdown_menu/DropdownMenu.module.scss
+++ b/src-ui/app/config_page/setting_section/setting_box/components/dropdown_menu/DropdownMenu.module.scss
@@ -8,7 +8,7 @@
position: relative;
background-color: var(--dark_950_color);
min-width: 20rem;
- padding: 0.6rem 1rem;
+ padding: 0.8rem 1.4rem;
cursor: pointer;
border-radius: 0.4rem;
&:hover {
diff --git a/src-ui/app/config_page/setting_section/setting_box/components/useSettingBox.module.scss b/src-ui/app/config_page/setting_section/setting_box/components/useSettingBox.module.scss
index 61b35bf9..95e7f89d 100644
--- a/src-ui/app/config_page/setting_section/setting_box/components/useSettingBox.module.scss
+++ b/src-ui/app/config_page/setting_section/setting_box/components/useSettingBox.module.scss
@@ -24,8 +24,6 @@
justify-content: space-between;
align-items: center;
gap: 2rem;
- padding: 2rem;
- border-bottom: solid 0.1rem var(--dark_800_color);
}
.threshold_switch_section {
diff --git a/src-ui/app/config_page/setting_section/setting_box/device/Device.jsx b/src-ui/app/config_page/setting_section/setting_box/device/Device.jsx
index a0d03cae..76fec368 100644
--- a/src-ui/app/config_page/setting_section/setting_box/device/Device.jsx
+++ b/src-ui/app/config_page/setting_section/setting_box/device/Device.jsx
@@ -1,18 +1,13 @@
import { useTranslation } from "react-i18next";
import styles from "./Device.module.scss";
import {
- DropdownMenuContainer,
ThresholdContainer,
} from "../components/useSettingBox";
export const Device = () => {
-
return (
<>
-
{t("config_page.mic_host_device.label_host")}
+Host/Driver
-Device
-{t("config_page.mic_host_device.label_device")}
+