diff --git a/package.json b/package.json index 7b6a91f..3c9b512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.111.3", + "version": "1.111.4", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view", "main": "index.js", "scripts": { diff --git a/src/components/GridTaskBlock.tsx b/src/components/GridTaskBlock.tsx index a5cdcc8..9c53367 100644 --- a/src/components/GridTaskBlock.tsx +++ b/src/components/GridTaskBlock.tsx @@ -299,7 +299,7 @@ export function GridTaskBlock({ if (editingTaskId !== task.id) toggleTask(task.id); }} > -
+
{editingTaskId === task.id ? (
{ @@ -329,7 +329,7 @@ export function GridTaskBlock({ {(showPriorityIcons || showProjectIcons) && ( - + {showPriorityIcons && (() => { const pb = getPriorityBadge(task, priorityStyle, 11); return pb ? ( @@ -380,7 +380,7 @@ export function GridTaskBlock({ onChange={(e) => { e.stopPropagation(); toggleTask(task.id); }} onClick={(e) => e.stopPropagation()} className="task-checkbox flex-shrink-0" - style={{ width: "12px", height: "12px", margin: 0, cursor: "pointer", position: "relative", top: "3px", left: "-2px", accentColor: "#FFF" }} + style={{ width: "12px", height: "12px", margin: 0, cursor: "pointer", flexShrink: 0, accentColor: "#FFF" }} /> )} @@ -510,7 +510,7 @@ export function GridTaskBlock({ synology: { icon: faServer, color: "#007AFF", label: "Synology" }, }; return ( - + {rolling && (