From 1b7e2cd88790c2e8a8150878b627de35ebe11183 Mon Sep 17 00:00:00 2001 From: poignatov Date: Mon, 16 Mar 2026 13:59:29 +0300 Subject: [PATCH] =?UTF-8?q?6.18.15:=20=D0=A4=D0=B8=D0=BA=D1=81=20=D1=86?= =?UTF-8?q?=D0=B2=D0=B5=D1=82=D0=B0=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=B8=20=D0=BE=D1=82=D1=81=D1=82=D1=83=D0=BF=D0=B0=20=D1=81?= =?UTF-8?q?=D0=BD=D0=B8=D0=B7=D1=83=20=D0=B2=20=D0=B7=D0=B0=D0=B4=D0=B0?= =?UTF-8?q?=D1=87=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/TaskForm.css | 2 +- play-life-web/src/components/WishlistForm.css | 23 ------------------- 4 files changed, 3 insertions(+), 26 deletions(-) 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;