4.24.6: Улучшен дизайн карточек отслеживания
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "play-life-web",
|
||||
"version": "4.24.5",
|
||||
"version": "4.24.6",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user