4.10.1: Выровнены отступы иконки поиска
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s

This commit is contained in:
poignatov
2026-02-03 16:16:26 +03:00
parent b65dc30a9b
commit 23184f4b66
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
4.10.0
4.10.1

View File

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

View File

@@ -11,7 +11,7 @@
.task-search-icon {
position: absolute;
left: 0.75rem;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: #9ca3af;
@@ -21,7 +21,7 @@
.task-search-input {
width: 100%;
padding: 0.75rem 2.5rem 0.75rem 2.75rem;
padding: 0.75rem 2.5rem 0.75rem 3rem;
border: 1px solid #e5e7eb;
border-radius: 0.5rem;
font-size: 1rem;