From 47b90f7b9df70583d5b1a540a72a6fb4d661532d Mon Sep 17 00:00:00 2001 From: MocA-Love <64681295+MocA-Love@users.noreply.github.com> Date: Fri, 17 Apr 2026 02:33:06 +0900 Subject: [PATCH] =?UTF-8?q?fix(desktop):=20=E3=82=B9=E3=82=B1=E3=82=B8?= =?UTF-8?q?=E3=83=A5=E3=83=BC=E3=83=AB=E4=BD=9C=E6=88=90=E3=83=80=E3=82=A4?= =?UTF-8?q?=E3=82=A2=E3=83=AD=E3=82=B0=E3=81=AE=E6=A8=AA=E5=B9=85=E3=82=92?= =?UTF-8?q?=E5=BA=83=E3=81=92=E3=82=8B=20(#215)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit max-w-2xl (672px) から max-w-5xl (1024px) に拡大し、狭い画面にも対応できるよう w-[92vw] を併用。 2カラムレイアウトの各列がフォーム入力に十分な幅を確保できるようにする。 --- .../components/ScheduleEditorDialog/ScheduleEditorDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/renderer/features/todo-agent/TodoManager/SchedulesSection/components/ScheduleEditorDialog/ScheduleEditorDialog.tsx b/apps/desktop/src/renderer/features/todo-agent/TodoManager/SchedulesSection/components/ScheduleEditorDialog/ScheduleEditorDialog.tsx index fbd6fcb72dd..b6e59ea7d32 100644 --- a/apps/desktop/src/renderer/features/todo-agent/TodoManager/SchedulesSection/components/ScheduleEditorDialog/ScheduleEditorDialog.tsx +++ b/apps/desktop/src/renderer/features/todo-agent/TodoManager/SchedulesSection/components/ScheduleEditorDialog/ScheduleEditorDialog.tsx @@ -218,7 +218,7 @@ export function ScheduleEditorDialog({ return ( - + {initial ? "スケジュールを編集" : "新しいスケジュール"}