diff --git a/VERSION b/VERSION index e5b7d70..b497f27 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.18.14 +6.18.15 diff --git a/play-life-web/package.json b/play-life-web/package.json index ee4e023..f857f0e 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.18.14", + "version": "6.18.15", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskForm.css b/play-life-web/src/components/TaskForm.css index 8839438..1e430c5 100644 --- a/play-life-web/src/components/TaskForm.css +++ b/play-life-web/src/components/TaskForm.css @@ -3,7 +3,7 @@ max-width: 800px; margin: 0 auto; position: relative; - padding-bottom: 5rem; + padding-bottom: 4.5rem; } .close-x-button { diff --git a/play-life-web/src/components/WishlistForm.css b/play-life-web/src/components/WishlistForm.css index c126c97..c6a9368 100644 --- a/play-life-web/src/components/WishlistForm.css +++ b/play-life-web/src/components/WishlistForm.css @@ -492,34 +492,11 @@ line-height: 1.2em; } -.submit-button { - flex: 1; - padding: 0.75rem; - background: #3498db; - color: white; - border: none; - border-radius: 0.375rem; - font-size: 1rem; - font-weight: 500; - cursor: pointer; - transition: all 0.2s; -} - .condition-form-submit-button { width: 100%; flex: none; } -.submit-button:hover:not(:disabled) { - background: #2980b9; - transform: translateY(-1px); -} - -.submit-button:disabled { - opacity: 0.6; - cursor: not-allowed; -} - .cancel-button { flex: 1; padding: 0.75rem;