diff --git a/VERSION b/VERSION index 78cff3c..ca5f75e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.19.9 +6.19.10 diff --git a/play-life-web/package.json b/play-life-web/package.json index 9744308..27f5985 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.19.9", + "version": "6.19.10", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskList.css b/play-life-web/src/components/TaskList.css index f98bab8..f46b956 100644 --- a/play-life-web/src/components/TaskList.css +++ b/play-life-web/src/components/TaskList.css @@ -319,7 +319,8 @@ border: none; color: #6b7280; cursor: pointer; - padding: 0.25rem; + padding: 1rem; + margin: -1rem; border-radius: 0.25rem; transition: all 0.2s; display: flex;