From 3ce408a6b10b4c59fd905f6e4264213b93f7ebd7 Mon Sep 17 00:00:00 2001 From: poignatov Date: Fri, 6 Feb 2026 16:11:18 +0300 Subject: [PATCH] =?UTF-8?q?4.24.6:=20=D0=A3=D0=BB=D1=83=D1=87=D1=88=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B4=D0=B8=D0=B7=D0=B0=D0=B9=D0=BD=20=D0=BA=D0=B0?= =?UTF-8?q?=D1=80=D1=82=D0=BE=D1=87=D0=B5=D0=BA=20=D0=BE=D1=82=D1=81=D0=BB?= =?UTF-8?q?=D0=B5=D0=B6=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F?= 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/Tracking.css | 13 +++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index 1f1c1ba..d2158cf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.24.5 +4.24.6 diff --git a/play-life-web/package.json b/play-life-web/package.json index a82f1f9..61bd776 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "4.24.5", + "version": "4.24.6", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/Tracking.css b/play-life-web/src/components/Tracking.css index 9372f59..7b5e5e8 100644 --- a/play-life-web/src/components/Tracking.css +++ b/play-life-web/src/components/Tracking.css @@ -132,9 +132,10 @@ .user-tracking-card { background: white; - border-radius: 1.5rem; - padding: 1.125rem 1.5rem; + border-radius: 0.75rem; + padding: 1.25rem 1.5rem; border: none; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .user-tracking-card.current-user { @@ -146,8 +147,8 @@ display: flex; justify-content: space-between; align-items: center; - margin-bottom: 0.5rem; - padding-bottom: 0.5rem; + margin-bottom: 0.75rem; + padding-bottom: 0.75rem; border-bottom: 1px solid #d1d5db; } @@ -173,7 +174,7 @@ .projects-list { display: flex; flex-direction: column; - gap: 0.25rem; + gap: 0.5rem; } .project-row { @@ -183,7 +184,7 @@ } .project-name { - color: #374151; + color: #111827; } .project-score {