Skip to content

Commit 5f01b2b

Browse files
committed
fixup
1 parent b9e3d32 commit 5f01b2b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

AquaMai

MaiChartManager/Front/src/views/ModManager/modComments.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ sectionNameEn:
2929
高级设置: Advanced Settings
3030
过新过热: Too New Too Hot
3131
不建议关闭: Not Recommend to Disable
32+
控制器输入: Controller Input
3233

3334
customPanelPosition: {}

MaiChartManager/Front/src/views/ModManager/sectionPanelOverride/GameSystem.PdxTouch/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default defineComponent({
5656

5757
return <div class="flex flex-col gap-2">
5858
{/* Device status area */}
59-
<div class="flex gap-2 items-center m-l-35">
59+
<div class="flex gap-2 items-center m-l-35 flex-wrap">
6060
{status && !status.available && <span class="op-60">{t('mod.pdx.unavailable')}</span>}
6161
{status?.available && status.deviceCount === 0 && <span class="op-60">{t('mod.pdx.noDevice')}</span>}
6262
{status?.available && !!status.deviceCount && <>

0 commit comments

Comments
 (0)