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 {