4.24.6: Улучшен дизайн карточек отслеживания
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s

This commit is contained in:
poignatov
2026-02-06 16:11:18 +03:00
parent e89f0879c6
commit 3ce408a6b1
3 changed files with 9 additions and 8 deletions

View File

@@ -1 +1 @@
4.24.5 4.24.6

View File

@@ -1,6 +1,6 @@
{ {
"name": "play-life-web", "name": "play-life-web",
"version": "4.24.5", "version": "4.24.6",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@@ -132,9 +132,10 @@
.user-tracking-card { .user-tracking-card {
background: white; background: white;
border-radius: 1.5rem; border-radius: 0.75rem;
padding: 1.125rem 1.5rem; padding: 1.25rem 1.5rem;
border: none; border: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
} }
.user-tracking-card.current-user { .user-tracking-card.current-user {
@@ -146,8 +147,8 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin-bottom: 0.5rem; margin-bottom: 0.75rem;
padding-bottom: 0.5rem; padding-bottom: 0.75rem;
border-bottom: 1px solid #d1d5db; border-bottom: 1px solid #d1d5db;
} }
@@ -173,7 +174,7 @@
.projects-list { .projects-list {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0.25rem; gap: 0.5rem;
} }
.project-row { .project-row {
@@ -183,7 +184,7 @@
} }
.project-name { .project-name {
color: #374151; color: #111827;
} }
.project-score { .project-score {